-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
196 lines (177 loc) · 6.67 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/bootstrap.min.css">
<script src="https://kit.fontawesome.com/1b7cea6731.js" crossorigin="anonymous"></script>
<title>Document</title>
</head>
<body>
<header>
<nav class="container d-flex justify-content-between">
<div class="py-3">
<h1 class="fw-bold">API Blog</h1>
</div>
<ul class="d-flex align-items-center">
<a href="#blog" class="text-decoration-none">
<li class="fs-4 link-info" style="list-style: none;">Blog</li>
</a>
</ul>
</nav>
</header>
<section class="mb-5">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12">
<div class="pb-5">
<img class="img-fluid w-100" src="./images/hero.jpg" alt="">
</div>
</div>
<div class="col-lg-6">
<div>
<div class="w-75 ms-lg-5 ps-lg-5">
<h1 class="display-2" style="font-weight: 500;">Traveling around the globe</h1>
<h4>& sharing stories</h4>
</div>
<div class="ms-lg-5 ps-lg-5 mt-5 pt-5 w-75">
<p class="mt-3">The world is filled with endless beauty and adventures. It's my dream to explore every corner of this incredible planet. Join me on my journey across roads, seas, and skies.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container pt-5">
<h1 class="text-center display-4 pb-2" style="font-weight: 500;">My most recent routes</h1>
<div class="row">
<div class="col-lg-6 col-md-6 py-4">
<div class="pb-3">
<img class="img-fluid" src="./images/horses.avif" alt="">
</div>
<div>
<h3 class="fs-3 fw-bold">Iceland</h3>
<h4 class="fs-5">Nature at its most raw.</h4>
<h4 class="fs-6 fst-italic">6/30/2021 .1 min read</h4>
</div>
</div>
<div class="col-lg-6 col-md-6 py-4">
<div class="pb-3">
<img class="img-fluid" src="./images/car-hill.avif" alt="">
</div>
<div>
<h3 class="fs-3 fw-bold">Grand Canyon & Utah</h3>
<h4 class="fs-5">Rugged mountains and riverbeds.</h4>
<h4 class="fs-6 fst-italic">6/30/2021 .1 min read</h4>
</div>
</div>
<div class="col-lg-6 col-md-6 py-4">
<div class="pb-3">
<img class="img-fluid" src="./images/water.avif" alt="">
</div>
<div>
<h3 class="fs-3 fw-bold">Lake Tahoe</h3>
<h4 class="fs-5">Freshwater lake adventures.</h4>
<h4 class="fs-6 fst-italic">6/30/2021 .2 min read</h4>
</div>
</div>
<div class="col-lg-6 col-md-6 py-4">
<div class="pb-3">
<img class="img-fluid" src="./images/car-photo.avif" alt="">
</div>
<div>
<h3 class="fs-3 fw-bold">Group tours</h3>
<h4 class="fs-5">Life is more fun when you have people to share it with.</h4>
<h4 class="fs-6 fst-italic">6/30/2021 .1 min read</h4>
</div>
</div>
</div>
</div>
</section>
<section class="mt-5" id="blog">
<h1 class="text-center py-4" style="font-weight: 700;">Blog Posts</h1>
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-lg-6">
<div>
<form action="" id="post-form">
<div class="mb-3">
<label for="form-input" class="form-label fs-3 fw-bold">Post title</label>
<input type="text" class="form-control modInput" id="title" placeholder="Enter a title">
</div>
<div class="mb-3">
<label for="form-input" class="form-label fs-3 fw-bold">Post content</label>
<textarea name="" class="form-control modTextarea" id="body" rows="3" placeholder="Enter Article"></textarea>
</div>
<div class="d-flex justify-content-center">
<button class="newsBtn" type="subit">Create Post</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="card-section mt-5">
<div class="container py-4">
<div class="row" id="post-holder">
<div class="col-lg-6">
<div class="card border border-2 rounded-3">
<div class="card-body py-5 px-4">
<h3 id="post-title">Post title</h3>
<p id="post-body">Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptatum deleniti expedita nulla, vel sequi provident tenetur? Quis, assumenda? Quos quaerat eligendi molestiae nobis voluptatum dolorem. Sed ratione impedit ea nostrum.</p>
<div class="d-flex justify-content-end" style="gap: 1rem;">
<button class="">
<!-- <img src="./images/eye.svg" alt=""> -->
<i class="fa-solid fa-eye"></i>
</button>
<button class="">
<img src="./images/refresh.svg" alt="">
</button>
<button>
<img src="./images/delete.svg" alt="">
</button>
</div>
<p>1</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container py-5 mt-5">
<div class="row">
<div class="col-lg-10 col-md-8 col-12">
<form action="" class="w-100">
<div class="pb-4">
<div>
<p class="mb-2">Subscribe to my newsletter here*</p>
</div>
<div class="input">
<input class="w-50" type="email" placeholder="Enter your mail">
</div>
</div>
<div>
<button class="newsBtn">Submit</button>
</div>
</form>
</div>
<div class="social col-lg-2 col-md-4 col-12 pt-5">
<img class="ps-1" src="./images/twitter.svg" alt="">
<img class="ps-1" src="./images/facebook.svg" alt="">
<img class="ps-1" src="./images/instagram.svg" alt="">
<img class="ps-1" src="./images/medium.svg" alt="">
</div>
</div>
</div>
</footer>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/script.js"></script>
</body>
</html>