-
Notifications
You must be signed in to change notification settings - Fork 0
/
now.html
199 lines (179 loc) · 5.88 KB
/
now.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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>KickStart</title>
<link rel="stylesheet" href="css/style.css" />
<!-- add a description -->
<meta name="description" content="" />
<link rel="icon" href="favicon.ico" sizes="any" />
<link rel="icon" href="icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="icon.png" />
<link rel="manifest" href="site.webmanifest" />
<meta name="theme-color" content="#fafafa" />
</head>
<body>
<!-- HERO SECTION -->
<header id="header">
<div class="navigation">
<a href="index.html">
<h1>KICKSTART</h1>
</a>
<nav class="nav">
<a href="now.html" class="nav-link">Now</a>
<a
href="https://memories-journal.ghost.io/"
class="nav-link"
target="_blank"
>Blog
<span
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-external-link icon"
>
<path
d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"
></path>
<polyline points="15 3 21 3 21 9"></polyline>
<line x1="10" y1="14" x2="21" y2="3"></line>
</svg>
</span>
</a>
</nav>
</div>
</header>
<!-- CONTENT WRAPPER SECTION -->
<section class="content-wrapper">
<h1
style="
margin-bottom: 0.9375rem;
margin-top: 0.9375rem;
font-size: 2.375rem;
"
>
Begli Amanov
</h1>
<p class="quote">“Life begins at the end of your comfort zone.”</p>
<h4>Location:</h4>
<p>South Germany, Stuttgart</p>
<h4>Professional title:</h4>
<p>Tech Support Agent</p>
<h4>What do you do?</h4>
<ul style="list-style: none; text-align: center; padding: 0 1.3125rem">
<li>Starting YouTube career</li>
<li>
Reading Daniel Levitin's book:
<strong>The Organized Mind.</strong>
</li>
<li>Listening on podcasts with Nathan Barry and Rachel Rodgers</li>
</ul>
<h4>Why?</h4>
<p style="text-align: center; padding: 0 1.3125rem">
I have an assumption, that I could make a good impact when it comes to
story telling and video editing. But who knows???
</p>
<h4>What should we read?</h4>
<p style="text-align: center; padding: 0 1.3125rem">
Philippa Perry:
<strong
>The Book You Wish Your Parents Had Read (and Your Children Will Be
Glad That You Did).</strong
>
One of the most useful books I've red so far.
</p>
</section>
<!-- brings back to top/header -->
<button class="button go-top-btn">
<a href="#header"
><svg
xmlns="http://www.w3.org/2000/svg"
width="28"
height="28"
viewBox="0 0 24 24"
fill="none"
stroke="#211f1e"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-arrow-up-circle"
>
<circle cx="12" cy="12" r="10"></circle>
<polyline points="16 12 12 8 8 12"></polyline>
<line x1="12" y1="16" x2="12" y2="8"></line>
</svg>
</a>
</button>
<!-- SUBSCRIBE FORM -->
<form id="subsForm" action="" method="post" class="content-wrapper">
<h2>Subscribe</h2>
<hr />
<article class="paragraph">
<p>
If you are enjoying this website, you might also enjoy my
<strong>blog posts</strong>. Subscribe with the
<strong>button</strong> below. Unsubscribe at any time.
</p>
</article>
<div class="interactions">
<input
type="email"
name="email"
id="email"
placeholder="Enter your email address..."
class="address-input"
required
/>
<button id="submit" class="button">Submit</button>
</div>
<!-- unused for now -->
<!-- <textarea id="message"></textarea> -->
</form>
<!-- FOOTER -->
<section class="footer">
<footer class="content-wrapper">
<a href="index.html" class="to-page-top headers">KickStart</a>
<p class="paragraph">
Ready for more? Than check out my YouTube channel.
</p>
<!-- footer navigation -->
<a href="https://www.youtube.com/" class="button social-media-btn">
YouTube
</a>
<nav class="nav">
<a href="now.html" class="footer-nav-links">Now</a>
<a
href="https://memories-journal.ghost.io/"
class="footer-nav-links"
target="_blank"
>Blog<span
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-external-link icon"
>
<path
d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"
></path>
<polyline points="15 3 21 3 21 9"></polyline>
<line x1="10" y1="14" x2="21" y2="3"></line>
</svg> </span
></a>
</nav>
</footer>
<p class="footer-text">©2024 KickStart. All rights reserved.</p>
</section>
<script src="js/app.js"></script>
</body>
</html>