-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (104 loc) · 5.48 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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap" rel="stylesheet">
<link rel="icon" href="css/house-237998/favicon.ico">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/styles.css" type="text/css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-174218862-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-174218862-1');
</script>
</head>
<body>
<div class="bs4example">
<nav class="fixed-top navbar-light bg-light shadow">
<h2 class="brand_head">Amaan<span>Shaikh</span></h2>
<ul class="nav_links">
<li>
<a href="index.html" class="active_link">Home</a>
</li>
<li>
<a href="blog.html" class="">Blog</a>
</li>
<li>
<a href="gallery.html" class="">Gallery</a>
</li>
<li>
<a href="./resume/resume.html" class="">Resume</a>
</li>
</ul>
<div class="burger_ p-3">
<div class="line1_ d-flex justify-content-"></div>
<div class="line2_ d-flex justify-content-end"></div>
<div class="line3_ d-flex justify-content-end"></div>
</div>
</nav>
</div>
<div class="container cont-in">
<section class="col-xs-12" id="index">
<h3 class="home-h3">Hey Guys,</h3>
<p class="intro">
I am Amaan Shaikh, I am from Dharmabad a town in Nanded, Maharashtra state. I am pursuing my B.Tech degree in Computer Science and Engineering at Walchand College of Engineering at Sangli.
</p>
<p class="intro">
Welcome to my website. I built this website in lockdown period to showcase my blogs and photographs. I learnt some of basics of web developement and started to build this website.
</p>
<p class="intro">
You can see my thoughts and some of my edited photographs on this website. Find them in the Blog and Gallery section.
</p>
<p class="intro">
Feel free to give your suggestion for improvement of my site. Connect with me through any of the platform that suits you the best at the bottom of this page.
</p>
<h3 class="text-right">Thank You.</h3>
</section>
</div>
<footer>
<div class="footer" id="footer">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-6 col-sm-12 col-xs-12 div-3">
<h3 class=""> Know more about me </h3>
<ul class="social social-1">
<li> <a href="https://www.linkedin.com/in/amaan-shaikh-973009194/" target="_blank"> <i class=" fa fa-linkedin"></i></a> </li>
<li> <a href="https://github.com/shaikhamaan" target="_blank"> <i class="fa fa-github"> </i> </a> </li>
<li> <a href="https://twitter.com/a_weird_maan" target="_blank"> <i class="fa fa-twitter"> </i> </a> </li>
</ul>
<div class="">
<ul class="social social-2">
<li> <a href="mailto:amaanshaikh@gmail.com?subject=Hey%20There!!" target="_blank"> <i class="fa fa-google-plus"> </i> </a> </li>
<li> <a href="https://www.facebook.com/profile.php?id=100015847547293" target="_blank"> <i class="fa fa-facebook"> </i> </a> </li>
<li> <a href="https://www.instagram.com/mori.r.t_/" target="_blank"> <i class="fa fa-instagram"> </i> </a> </li>
</ul>
</div>
</div>
</div>
<!--/.row-->
</div>
<!--/.container-->
</div>
<!--/.footer-->
<div class="footer-bottom">
<div class="container">
<p class="text-center">shaikhamaan | © All rights reserved</p>
</div>
</div>
<!--/.footer-bottom-->
</footer>
<script src="app.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
</body>
</html>