-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
140 lines (104 loc) · 4.66 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<!-- Head tag -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Title -->
<title>Edinburgh</title>
<!--Favicon-->
<link rel="icon" href="favicon/favicon.ico">
<!--Description-->
<!--Author-->
<meta name="author" content="Sharvari Desai">
<!-- Pure CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Crimson+Text|Open+Sans:300,800" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="/hexo-theme-edinburgh-demo/css/styles.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Google Analytics -->
</head>
<body>
<div class="container-fluid navbar-container m-sm-5">
<!-- Header -->
<nav class="navbar navbar-toggleable-sm navbar-light px-1 py-3 my-3 mb-sm-5">
<a class="navbar-brand ml-2" href="/hexo-theme-edinburgh-demo/">Edinburgh</a>
<button class="navbar-toggler navbar-toggler-right py-2" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center" id="navbarCollapse">
<ul class="navbar-nav ml-auto my-auto">
<li class="nav-item">
<a class="nav-link" href="/hexo-theme-edinburgh-demo/about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/hexo-theme-edinburgh-demo/contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.instagram.com">Instagram</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.linkedin.com">LinkedIn</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.facebook.com">Facebook</a>
</li>
</ul>
<hr class="hidden-md-up" />
</div>
</nav>
<div class="row">
<div class="col-md-6 col-12 mb-4">
<div class="hovereffect">
<a href="/hexo-theme-edinburgh-demo/lake-exploration/">
<img class="img-fluid portfolio-img" src="/hexo-theme-edinburgh-demo//images/unsplash4.jpg" alt="Lake Exploration">
<div class="overlay">
<span class="overlay-text">Lake Exploration</span>
</div>
</a>
</div>
</div>
<div class="col-md-6 col-12 mb-4">
<div class="hovereffect">
<a href="/hexo-theme-edinburgh-demo/mountain-landscape/">
<img class="img-fluid portfolio-img" src="/hexo-theme-edinburgh-demo//images/unsplash3.jpg" alt="Mountain Landscape">
<div class="overlay">
<span class="overlay-text">Mountain Landscape</span>
</div>
</a>
</div>
</div>
<div class="col-md-6 col-12 mb-4">
<div class="hovereffect">
<a href="/hexo-theme-edinburgh-demo/minimal-architecture/">
<img class="img-fluid portfolio-img" src="/hexo-theme-edinburgh-demo//images/unsplash2.jpg" alt="Minimal Architecture">
<div class="overlay">
<span class="overlay-text">Minimal Architecture</span>
</div>
</a>
</div>
</div>
<div class="col-md-6 col-12 mb-4">
<div class="hovereffect">
<a href="/hexo-theme-edinburgh-demo/snowy-climb/">
<img class="img-fluid portfolio-img" src="/hexo-theme-edinburgh-demo//images/unsplash1.jpg" alt="Snowy Climb">
<div class="overlay">
<span class="overlay-text">Snowy Climb</span>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- After footer scripts -->
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
</body>
</html>