-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaboutus.html
More file actions
59 lines (49 loc) · 2.05 KB
/
aboutus.html
File metadata and controls
59 lines (49 loc) · 2.05 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
<!DOCTYPE html>
<html>
<head>
<title>Developers</title>
</head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="aboutus.css">
<link href="https://fonts.googleapis.com/css?family=Cardo&display=swap" rel="stylesheet">
<body>
<div class="container">
<div class="about-section">
<h1 class="display-3">About The Developers</h1><br><br>
<p class="a">We the developers after aeons of brainracking and unlimited hardwork developed a website for the school. We are confident about receiving a general sanguine feeedback to our hardwork. Enjoy the website!</p>
<p class="a">Thank you.</p>
</div>
<!-- Vivek -->
<div class="row">
<div class="column">
<div class="card">
<img src="IMG-20200510-WA0022.jpg"alt="Jane" style="width:100%">
<div class="container">
<h2>Vivek Ojha</h2>
<p class="title">Developer</p>
<p>Student at Goa College of Engineering</p>
<p>Contact No. : 9366182969</p>
<p><button class="button"><a href="https://www.linkedin.com/in/vivek-ojha-a540a9172/">Contact</a></button></p>
</div>
</div>
</div>
<!-- Shyam -->
<div class="column">
<div class="card">
<img src="shyam.jpg" alt="Shyam" style="width:100%">
<div class="container">
<h2>Shyam Praveen Singh</h2>
<p class="title">Developer</p>
<p>Student at Government College of Engineering, Tirunelveli, Tamilnadu.</p>
<p>Contact No.:- 8794631964</p>
<p><button class="button"><a href="https://www.linkedin.com/in/shyam-praveen-singh-93a18519a">Contact</a></button></p>
</div>
</div>
</div>
<a href="index.html"><button class="btn warning">Click here to go back.</button></a>
</div>
</div>
</body>
</html>