-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreators.html
81 lines (81 loc) · 3.45 KB
/
creators.html
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
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="create.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Creators</title>
</head>
<body>
<div class="about-section">
<h1>About Us Page</h1>
<p>We Created this page for our College Assignment in Web Technology during our 4th sem of 2nd year</p>
<p>We are a group of 5 people who with the guidance of our teacher Professor Sujoy Datta set out to make our first project at college level. </p>
<p>Resize the browser window to see that this page is responsive by the way.</p>
</div>
<h2 style="text-align:center">Our Team</h2>
<div class="row">
<div class="column">
<div class="card">
<div class="container">
<h2>Shivam Sarraf</h2>
<p class="title">Member</p>
<p>Lorem ipsum dolor sit amet consectetur.</p>
<p>Email: [email protected]</p>
<p>Contact No: +91-7897785352</p>
<p><button class="button" onclick="window.open('https://github.com/ShivamSarraf')">GitHub</button></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<div class="container">
<h2>Shashank Shridhar</h2>
<p class="title">Member</p>
<p>2nd year aspiring full stack developer. FPS Games and Cup Noodles *chefs kiss*</p>
<p>Email: [email protected]</p>
<p>Contact No: +91-9667400306</p>
<p><button class="button" onclick="window.open('https://github.com/coffeemage-lol')">GitHub</button></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<div class="container">
<h2>Yuvraj Singh</h2>
<p class="title">Member</p>
<p>Some text that describes me lorem ipsum ipsum lorem.</p>
<p>Email: [email protected]</p>
<p>Contact No: +91-9040063863</p>
<p><button class="button" onclick="window.open('https://github.com/YuviSinghOP')">GitHub</button></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<div class="container">
<h2>Aman Singh</h2>
<p class="title">Member</p>
<p>Some text that describes me lorem ipsum ipsum lorem.</p>
<p>Email: [email protected]</p>
<p>Contact No: </p>
<p><button class="button" onclick="window.open('https://github.com/starliad')">GitHub</button></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<div class="container">
<h2>Kumar Vaibhav</h2>
<p class="title">Member</p>
<p>Some text that describes me lorem ipsum ipsum lorem.</p>
<p>Email: [email protected]</p>
<p>Contact No: +91-9523640842</p>
<p><button class="button" onclick="window.open('https://github.com/kumarvaibhav2000')">GitHub</button></p>
</div>
</div>
</div>
</div>
</body>
</html>