-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (40 loc) · 1.13 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="simple-grid.css" />
<link rel="stylesheet" href="farshed2020.css" />
<title>Ongar Developer</title>
<meta name="description" content="fullstack dev" />
</head>
<body class="dark">
<section class="navigation">
<div class="container">
<div class="row">
<div class="col-3 col-4-sm">
<li><a href="/" title="Home" class="type-white">Ongar Maktanat</a></li>
</div>
<div class="col-9 col-8-sm align-r">
<li>
<a href="https://github.com/developer-ongar/" title="Resume" class="type-white"
>Github</a
>
</li>
<li><a href="/contact" title="About" class="type-white">Contact</a></li>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<div class="col-12">
<p class="x-large type-white">
Hey! I am a developer specializing in mobile and web applications. By the way, I'm learning Flutter.
</p>
</div>
</div>
</div>
</section>
</body>
</html>