-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAbout.html
More file actions
75 lines (74 loc) · 3.15 KB
/
About.html
File metadata and controls
75 lines (74 loc) · 3.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="aboutme.css">
</head>
<body>
<section>Hello, techies this is our first website as a fresher.We have learnt lots of things like working as a team,
how can we elaborate our network, learings more skills as you can see our group members have diffrent-diffrent skills this helped us
know about other fields also. We, hope you liked our website. <br>
And a special thanks to our seniors who had given us this opprtunity and done backend things.
</section>
<h2>Our Team <br> Members</h2>
<div id="Box">
<div class="card-container">
<div class="card">
<img src="Trisha.jpeg" alt="Kartikeyan" class="card-img">
<p class="title"> Kartikeyan Dubey </p>
<p>(Frontend Dev) </p>
<p>Batch: CSE</p>
<p>Has done this this work in following area.</p>
<button class="card-btn">Linkedin</button>
<button class="card-btn">Hackerrank</button>
</div>
</div>
<div class="card-container">
<div class="card">
<img src="Trisha.jpeg" alt="Sneha" class="card-img">
<p class="title"> Sneha Yadav </p>
<p>(Frontend Dev) </p>
<p>Batch: CSE</p>
<p>Has done this this work in following area.</p>
<button class="card-btn">Linkedin</button>
<button class="card-btn">Hackerrank</button>
</div>
</div>
<div class="card-container">
<div class="card">
<img src="Trisha.jpeg" alt="Abhilash" class="card-img">
<p class="title"> Abhilash Bhatt </p>
<p>(Video Editior) </p>
<p>Batch: CSE</p>
<p>Has done this this work in following area.<p>
<button class="card-btn">Linkedin</button>
<button class="card-btn">Hackerrank</button>
</div>
</div>
<div class="card-container">
<div class="card">
<img src="Trisha.jpeg" alt="Hari Om" class="card-img">
<p class="title"> Hari Om Tripathi</p>
<p>(Graphics Designing) </p>
<p>Batch: CSE</p>
<p>Has done this this work in following area.</p>
<button class="card-btn">Linkedin</button>
<button class="card-btn">Hackerrank</button>
</div>
</div>
<div class="card-container">
<div class="card">
<img src="Trisha.jpeg" alt="Vibhanshu" class="card-img">
<p class="title">Vibhanshu Mishra</p>
<p>(Frontend Dev) </p>
<p>Batch: CSE</p>
<p>Has done this this work in following area.</p>
<button class="card-btn">Linkedin</button>
<button class="card-btn">Hackerrank</button>
</div>
</div>
</div>
</body>
</html>