-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
147 lines (109 loc) · 4.45 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
141
142
143
144
145
146
147
<!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>Hexo</title>
<!--Favicon-->
<link rel="icon" href="favicon/favicon.ico">
<!--Description-->
<!--Author-->
<meta name="author" content="John Doe">
<!-- 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="/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 -->
<meta name="generator" content="Hexo 5.1.1"></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</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">
</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="/2020/09/15/my-new-post-4/">
<img class="img-fluid portfolio-img" src="/./images/DSC6383-Pano.jpg" alt="my new post4">
<div class="overlay">
<span class="overlay-text">my new post4</span>
</div>
</a>
</div>
</div>
<div class="col-md-6 col-12 mb-4">
<div class="hovereffect">
<a href="/2020/09/15/my-new-post-5/">
<img class="img-fluid portfolio-img" src="/./images/DSC6910.jpg" alt="my new post4">
<div class="overlay">
<span class="overlay-text">my new post4</span>
</div>
</a>
</div>
</div>
<div class="col-md-6 col-12 mb-4">
<div class="hovereffect">
<a href="/2020/09/15/my-new-post-3/">
<img class="img-fluid portfolio-img" src="/./images/DSC5942.jpg" alt="my new post 3">
<div class="overlay">
<span class="overlay-text">my new post 3</span>
</div>
</a>
</div>
</div>
<div class="col-md-6 col-12 mb-4">
<div class="hovereffect">
<a href="/2020/09/15/my-new-post-2/">
<img class="img-fluid portfolio-img" src="/./images/DSC_2501.jpg" alt="my new post 2">
<div class="overlay">
<span class="overlay-text">my new post 2</span>
</div>
</a>
</div>
</div>
<div class="col-md-6 col-12 mb-4">
<div class="hovereffect">
<a href="/2020/09/14/My-New-Post-1/">
<img class="img-fluid portfolio-img" src="/./images/DSC3306.jpg" alt="My New Post ">
<div class="overlay">
<span class="overlay-text">My New Post </span>
</div>
</a>
</div>
</div>
<div class="col-md-6 col-12 mb-4">
<div class="hovereffect">
<a href="/2020/09/13/hello-world/">
<img class="img-fluid portfolio-img" src="/images/unsplash.jpg" alt="Hello World">
<div class="overlay">
<span class="overlay-text">Hello World</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>