-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 1.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>M.H.Latifi</title>
<link href="css/style.css" rel="stylesheet"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon"
type="image/png"
href="mhl.png">
</head>
<body>
<nav class="navbar row center-xs middle-xs">
<div class="nav-item col-xs-12 col-sm middle-xs selected">
<a href="index.html" class="link-wrapper">About me</a>
</div>
<div class="nav-item col-xs-12 col-sm">
<a href="html/expre.html" class="link-wrapper">My Expriences</a>
</div>
<div class="nav-item col-xs-12 col-sm">
<a href="html/hobbies.html" class="link-wrapper">My Hobbies</a>
</div>
<div class="nav-item col-xs-12 col-sm">
<a href="html/contactme.html" class="link-wrapper">Contact Me</a>
</div>
<div class="nav-item col-xs-12 col-sm">
<a href="html/notes.html" class="link-wrapper">My Notes</a>
</div>
</nav>
<section class="container-fluid">
<h1>
Who am I?
</h1>
<p>
Well, That's kind of a philosophical question! I'm Human for sure, and I've been trying to find an ultimate goal
for my life. I used to like whatever that chalenged me.
</p>
<p>
Programming seemed so ruled, yet complicated. That was why I thought I could tackle it... no luck yet.
</p>
</section>
</body>
</html>