-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
192 lines (187 loc) · 7.53 KB
/
index.html
File metadata and controls
192 lines (187 loc) · 7.53 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- META -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="#" />
<meta name="description" content="#" />
<meta name="referrer" content="unsafe-url" />
<meta name="robots" content="index, follow" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P1ZZ5ST3KY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-P1ZZ5ST3KY');
</script>
<!-- SPEED -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="dns-prefetch" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link rel="dns-prefetch" href="https://fonts.gstatic.com" />
<!-- LINK -->
<link rel="me" href="#" />
<link rel="canonical" href="#" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<!-- PERFORMANCE -->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;700&display=swap"
/>
<link rel="preload" as="style" href="style.css" />
<link rel="stylesheet" href="style.css" />
<!-- TITLE -->
<title>mkawi | Front-End Developer</title>
</script>
</head>
<body>
<header role="banner" class="ui-section-header">
<div class="ui-layout-container">
<div class="ui-section-header__layout ui-layout-flex">
<!-- LOGO -->
<a
href="#"
role="link"
aria-label="#"
class="ui-section-header--logo"
>
<img src="./logo.svg" />
</a>
<!-- HAMBURGER -->
<input type="checkbox" id="ui-section-header--menu-id" />
<label
for="ui-section-header--menu-id"
class="ui-section-header--menu-icon"
></label>
<!-- MENU -->
<nav role="navigation" class="ui-section-header--nav ui-layout-flex">
<a
href="https://github.com/mkawi"
role="link"
aria-label="github"
class="ui-section-header--nav-link"
>Github<span class="highlight-text">.</span></a
>
<a
href="mailto:%6D%6F%40%6D%6B%61%77%69%2E%64%65%76"
role="link"
data-email-scramble
aria-label="#"
class="ui-section-header--nav-link"
>Contact<span class="highlight-text">.</span></a
>
</nav>
</div>
</div>
</header>
<main role="main">
<section class="ui-section-hero">
<div class="ui-layout-container">
<div class="ui-section-hero__layout ui-layout-grid ui-layout-grid-2">
<!-- BLOCKS -->
<div class="blocks ui-image-half-left"></div>
<!-- COPYWRITING -->
<div>
<h1 id="main-headline">
Front-End Developer focused on building
<span class="highlight-text">User Interfaces</span> for
<span class="highlight-text">Web</span> &
<span class="highlight-text">Mobile Apps</span>.
</h1>
<!-- CTA -->
<div class="ui-component-cta ui-layout-flex">
<a
href="mailto:%6D%6F%40%6D%6B%61%77%69%2E%64%65%76"
role="link"
data-email-scramble
aria-label="#"
class="ui-component-button ui-component-button-normal ui-component-button-primary"
>Get in touch.</a
>
</div>
</div>
</div>
</div>
</section>
</main>
<footer role="contentinfo" class="ui-section-footer">
<div class="ui-layout-container">
<div class="ui-section-footer__layout ui-layout-flex">
<!-- COPYRIGHT -->
<p class="ui-section-footer--copyright ui-text-note">
<small
><span class="highlight-text">©</span> 2022 mkawi<span
class="highlight-text"
>.</span
>dev <span class="highlight-text">|</span> All rights
reserved<span class="highlight-text">.</span></small
>
</p>
<!-- MENU -->
<a href="https://twitter.com/kawidev" role="link" aria-label="#">
<svg
viewBox="0 0 24 24"
height="16"
width="16"
fill="none"
stroke="#acbde2"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
role="img"
aria-label="#"
>
<path
d="M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z"
/>
</svg>
</a>
<a href="https://github.com/mkawi" role="link" aria-label="#">
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
aria-hidden="true"
role="img"
width="1.03em"
height="1em"
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 256 250"
>
<path
id="git-icon"
d="M128.001 0C57.317 0 0 57.307 0 128.001c0 56.554 36.676 104.535 87.535 121.46c6.397 1.185 8.746-2.777 8.746-6.158c0-3.052-.12-13.135-.174-23.83c-35.61 7.742-43.124-15.103-43.124-15.103c-5.823-14.795-14.213-18.73-14.213-18.73c-11.613-7.944.876-7.78.876-7.78c12.853.902 19.621 13.19 19.621 13.19c11.417 19.568 29.945 13.911 37.249 10.64c1.149-8.272 4.466-13.92 8.127-17.116c-28.431-3.236-58.318-14.212-58.318-63.258c0-13.975 5-25.394 13.188-34.358c-1.329-3.224-5.71-16.242 1.24-33.874c0 0 10.749-3.44 35.21 13.121c10.21-2.836 21.16-4.258 32.038-4.307c10.878.049 21.837 1.47 32.066 4.307c24.431-16.56 35.165-13.12 35.165-13.12c6.967 17.63 2.584 30.65 1.255 33.873c8.207 8.964 13.173 20.383 13.173 34.358c0 49.163-29.944 59.988-58.447 63.157c4.591 3.972 8.682 11.762 8.682 23.704c0 17.126-.148 30.91-.148 35.126c0 3.407 2.304 7.398 8.792 6.14C219.37 232.5 256 184.537 256 128.002C256 57.307 198.691 0 128.001 0zm-80.06 182.34c-.282.636-1.283.827-2.194.39c-.929-.417-1.45-1.284-1.15-1.922c.276-.655 1.279-.838 2.205-.399c.93.418 1.46 1.293 1.139 1.931zm6.296 5.618c-.61.566-1.804.303-2.614-.591c-.837-.892-.994-2.086-.375-2.66c.63-.566 1.787-.301 2.626.591c.838.903 1 2.088.363 2.66zm4.32 7.188c-.785.545-2.067.034-2.86-1.104c-.784-1.138-.784-2.503.017-3.05c.795-.547 2.058-.055 2.861 1.075c.782 1.157.782 2.522-.019 3.08zm7.304 8.325c-.701.774-2.196.566-3.29-.49c-1.119-1.032-1.43-2.496-.726-3.27c.71-.776 2.213-.558 3.315.49c1.11 1.03 1.45 2.505.701 3.27zm9.442 2.81c-.31 1.003-1.75 1.459-3.199 1.033c-1.448-.439-2.395-1.613-2.103-2.626c.301-1.01 1.747-1.484 3.207-1.028c1.446.436 2.396 1.602 2.095 2.622zm10.744 1.193c.036 1.055-1.193 1.93-2.715 1.95c-1.53.034-2.769-.82-2.786-1.86c0-1.065 1.202-1.932 2.733-1.958c1.522-.03 2.768.818 2.768 1.868zm10.555-.405c.182 1.03-.875 2.088-2.387 2.37c-1.485.271-2.861-.365-3.05-1.386c-.184-1.056.893-2.114 2.376-2.387c1.514-.263 2.868.356 3.061 1.403z"
fill="#acbde2"
/>
</svg>
</a>
</div>
</div>
</footer>
<script src="anime.min.js"></script>
<script>
const blocks = document.querySelector(".blocks");
function createBlock() {
let div = document.createElement("div");
div.className = "block";
return div;
}
for (let i = 0; i < 255; i++) {
blocks.appendChild(createBlock());
}
anime({
targets: ".block",
scale: [
{ value: 0.25, easing: "easeOutSine", duration: 500 },
{ value: 1, easing: "easeInOutQuad", duration: 300 },
],
delay: anime.stagger(300, { grid: [20, 20], from: "center" }),
loop: true,
});
</script>
</body>
</html>