forked from twowaits/make-pull-request
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (42 loc) · 2.3 KB
/
index.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
<html>
<head>
<title>TWO WAITS</title>
<link href="C:\Users\Sumit\Desktop\html1\2waits.png" rel="icon" type="image/png" >
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Montserrat:ital,wght@1,200;1,300&family=Sansita+Swashed:wght@600&display=swap" rel="stylesheet">
</head>
<body>
<div>
<img class="icon" src="C:\Users\Sumit\Desktop\html1\2waits.png">
<div>
<h1>Welcome to Two Wait's Site</h1>
<h3 class="subtitle" >to bring you together</h3>
</div>
</div>
<hr>
<div class="middle">
<div class="profile">
<h3 class="message_head">Hey! There.</h3>
<img class="founder" src="founder.jpg">
<h4>
About
</h4>
<p>I am Achintya Gautam,Founder of Two waits</p>
<p>Currently leading a fantastic team at TwoWaits Technologies aiming to help improve quality of education for millions of engineering graduates across India.</p>
</div>
<div class="second_last">
<img class="sticky" src="giphy.gif">
<p class ="second_para">Mentored many Btech. Students for better possibilities in their future. We provide digital platforms to learn the concept practically.TwoWaits is AKTU’s most loved learning app with 40,000+ downloads. We are on a mission for enable learning, the missing part of indian education system.</p>
<p class="last">Contact me with below provided links</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://in.linkedin.com/company/twowaits-technologies?trk=public_profile_topcard_current_company">LinkedIn</a>
<a class="footer-link" href="https://www.facebook.com/TwoWaits/">Facebook</a>
<a class="footer-link" href="http://www.twowaits.in">Youtube</a>
<a class="footer-link" href="http://www.twowaits.in">Website</a>
<p class="copyright">© 2020 Achintya Gautam @ TwoWaits.</p>
</div>
</div>
</body>
</html>