-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
272 lines (253 loc) · 12.9 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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!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, shrink-to-fit=no">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="fontawesome/css/all.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<title>medium</title>
</head>
<body class="body">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script>
<div style="background-color:#FFC017;" >
<div class="container">
<nav style="background-color:#FFC017;" class="navbar p-4 padding-bottom-0 navbar-expand-lg navigasyon">
<a class="navbar-brand" href="#">
<img class="w-100 logo" style="width: 30px; height:30px;" src="images/medium2.png" alt="f">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto text-light">
<li class="nav-item">
<a class="nav-link text-dark" href="#">Our Story</a>
</li>
<li class="nav-item ">
<a class="nav-link text-dark" href="#">Membership</a>
</li>
<li class="nav-item ">
<a class="nav-link text-dark" href="..">Write</a>
</li>
<li class="nav-item ">
<a class="nav-link text-dark" href="..">Sign In</a>
</li>
<button style=" margin-left: 20px ; background-color:#080808;" type="button" class="btn btn-dark rounded-pill">Get Started</button>
</ul>
</div>
</nav>
</div>
<hr class="m-0">
<div class="container header2">
<div class="row">
<div class="col-sm-8 mt-3 mb-5 p-4 ">
<h1 style="font-family: Zin Serif Regular; font-size: 120px;">
Stay curious.
</h1>
<h6 class="padding-rigt-3 padding-top-3 padding-bottom-3">
<h5 style="font-size: 20px;"> Discover stories, thinking, and expertise from writers on any topic. </h5>
</h6>
<button style="background-color:#080808;" type="button" class="btn rounded-pill text-center btn-dark btnfirst">Start Reading</button>
</div>
<div class="col-sm-4">
</div>
</div>
</div>
</div>
<hr class="m-0">
<div class="container mt-5">
<div class="row">
<div style="padding-left: 50px;" class="col-sm-12">
<h6>TRENDİNG ON MEDİUM</h6>
</div>
</div>
<div class="row mt-3">
<div class="col-sm-4">
<div class="row">
<div class="col-sm-2">
<h3>01</h3>
</div>
<div class="col-sm-10">
<div class="row">
<a style="color: black; text-decoration: none;" href="#">
<div class="col-sm-12">
Tom Cooper
<h5>Ukraine War, 16 September 2022: East Kharkiv</h5>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="row">
<div class="col-sm-2">
<h3>02</h3>
</div>
<div class="col-sm-10">
<div class="row">
<a style="color: black; text-decoration: none;" href="#">
<div class="col-sm-12">
Tom Cooper
<h5>Memo To All Housekeeping, Kitchen, and Dining Room Staff At Mar-A-Lago</h5>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="row">
<div class="col-sm-2">
<h3>03</h3>
</div>
<div class="col-sm-10">
<div class="row">
<a style="color: black; text-decoration: none;" href="#">
<div class="col-sm-12">
Tom Cooper
<h5>Python 3.14 will be faster than C++</h5>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="row">
<div class="col-sm-2">
<h3>04</h3>
</div>
<div class="col-sm-10">
<div class="row">
<a style="color: black; text-decoration: none;" href="#">
<div class="col-sm-12">
Tom Cooper
<h5>Apple’s Next Big Thing: A Business Model Change</h5>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="row">
<div class="col-sm-2">
<h3>05</h3>
</div>
<div class="col-sm-10">
<div class="row">
<a style="color: black; text-decoration: none;" href="#">
<div class="col-sm-12">
Tom Cooper
<h5>Patagonia is Accelerating the End of Democracy</h5>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="row">
<div class="col-sm-2">
<h3>06</h3>
</div>
<div class="col-sm-10">
<div class="row">
<a style="color: black; text-decoration: none;" href="#">
<div class="col-sm-12">
Tom Cooper
<h5>Mourning Figma: the end of a chapter</h5>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<hr class="mt-4">
<div class="container mt-5">
<div class="row">
<div class="col-sm-8">
<div class="row">
<div class="col-sm-6">
<img class="rounded-circle" src="https://picsum.photos/id/13/25/25" alt="..">
<small>Tommy hadderson </small>
<h5 class="mt-2">An Old Man at a Coffeeshop Taught Me a Beautiful Lesson About Life</h5>
People-no matter how simple on the surface, are rarely what they seem.
<h6 class="mt-1"><small>Sep 16 | 5 min read | </small></h6>
</div>
<div class="col-sm-6">
<img src="https://picsum.photos/id/45/250/150" alt="">
</div>
<div class="col-sm-6 mt-3">
<img class="rounded-circle" src="https://picsum.photos/id/15/25/25" alt="..">
<small>Tommy hadderson </small>
<h5 class="mt-2">The Universe is a Spiritual Black Hole</h5>
Exposing the illusion of the material world
<h6 class="mt-1"><small>Sep 16 | 5 min read | </small></h6>
</div>
<div class="col-sm-6 mt-3">
<img src="https://picsum.photos/id/124/250/150" alt="">
</div>
<div class="col-sm-6 mt-3">
<img class="rounded-circle" src="https://picsum.photos/id/74/25/25" alt="..">
<small>Tommy hadderson </small>
<h5 class="mt-2">Nietzsche’s Advice For Becoming a Better Writer</h5>
God is dead babycakes
<h6 class="mt-1"><small>Sep 16 | 5 min read | </small></h6>
</div>
<div class="col-sm-6 mt-3">
<img src="https://picsum.photos/id/54/250/150" alt="">
</div>
<div class="col-sm-6 mt-3">
<img class="rounded-circle" src="https://picsum.photos/id/134/25/25" alt="..">
<small>Tommy hadderson </small>
<h5 class="mt-2">Why You Shouldn’t Insert Cotton Swabs into Your Ears</h5>
A comic
<h6 class="mt-1"><small>Sep 16 | 5 min read | </small></h6>
</div>
<div class="col-sm-6 mt-3">
<img src="https://picsum.photos/id/234/250/150" alt="">
</div>
</div>
</div>
<div class="col-sm-4">
<b>DISCOVER MORE OF WHAT MATTERS TO YOU</b>
<div style="margin-top: 15px;">
<button type="button" class="btn btn-outline-info samsung">Self</button>
<button type="button" class="btn btn-outline-info samsung">Relationships</button>
<button type="button" class="btn btn-outline-info samsung">Productivity</button>
<button type="button" class="btn btn-outline-info samsung">Data Science</button>
<button type="button" class="btn btn-outline-info samsung">Programming</button>
<button type="button" class="btn btn-outline-info samsung">Javascript</button>
<button type="button" class="btn btn-outline-info samsung">Machine Learning</button>
<button type="button" class="btn btn-outline-info samsung">Politics</button>
<button type="button" class="btn btn-outline-info samsung">Healt</button>
<br>
<hr>
<ul class="list">
<small>
<a href=".."> <li class="apple">Help</li> </a>
<a href=".."> <li class="apple">Status</li> </a>
<a href=".."> <li class="apple">Writers</li> </a>
<a href=".."> <li class="apple">Blog</li> </a>
<a href=".."> <li class="apple">Careers</li> </a>
<a href=".."> <li class="apple">Privacy</li> </a>
<a href=".."> <li class="apple">Terms</li> </a>
<a href=".."> <li class="apple">About</li> </a>
<a href=".."> <li class="apple">Knowable</li> </a>
</small>
</ul>
</div>
</div>
</div>
</div>
<br><br><br><br>
</body>
</html>