-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
72 lines (68 loc) · 2.96 KB
/
aboutus.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
<!DOCTYPE html>
<html>
<head>
<title>About-us Page</title>
<meta charset="utf-8">
<link rel="stylesheet" href="aboutus.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="about">
<div class="text">
<h1>About Us</h1>
<div class="line"></div>
</div>
</div>
<div class="content">
<p><b>"S</b>olutions Hub" as the name suggests,a one stock place where you will find all the notes as well as study materials related to pune university.We the students of Sandip Institite Of Technology and Research Centre ,Computer Engineering has taken a small initiative to provide this resources to the students at one place,so by visiting this website you will find all academic resources.So we hope you will find this site productive..</p>
</div>
</div>
<div class="main">
<div class="cards">
<div class="image">
<img src="aboutus.jpg">
</div>
<div class="title">
<h1>Pushkar Khadase</h1>
</div>
<div class="description">
<h3>Fullstack Developer</h3>
<i onclick="location.href='https://www.linkedin.com/in/pushkar-khadase-4b276a1a4/';" class="fa fa-linkedin-square" style="font-size:36px;"></i>
<i onclick="location.href='https://github.com/pushkarkhadase';" class="fa fa-github" style="font-size:36px"></i>
</div>
</div>
<!--Card 2-->
<div class="cards">
<div class="image">
<img src="aboutus.jpg">
</div>
<div class="title">
<h1>Somesh Lad</h1>
</div>
<div class="description">
<h3>Fullstack Developer</h3>
<!--<button>Read More...</button>-->
<i onclick="location.href='https://www.linkedin.com/in/somesh-lad-654171167?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3B7yi9T%2FKKRE6VXiKnIfvAvA%3D%3D';" class="fa fa-linkedin-square" style="font-size:36px;"></i>
<i onclick="location.href='https://github.com/SomeshLad';" class="fa fa-github" style="font-size:36px"></i>
</div>
</div>
<!--Card 3-->
<div class="cards">
<div class="image">
<img src="aboutus.jpg">
</div>
<div class="title">
<h1>Aniket Singh</h1>
</div>
<div class="description">
<h3>Fullstack Developer</h3>
<i onclick="location.href='https://www.linkedin.com/in/aniket-singh-968687199';" class="fa fa-linkedin-square" style="font-size:36px;"></i>
<i onclick="location.href='https://github.com/aniketsingh98571';" class="fa fa-github" style="font-size:36px"></i>
</div>
</div>
</div>
<footer>Copyright © Solutions Hub </footer>
</body>
</html>