-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (57 loc) · 2.28 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
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" charset="UTF-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta name="robots" content="index,follow">
<meta name="author" content="Mina Hosseini Moghadam">
<meta name="viewport" content="width = device-width, initial-scale= 1.0" />
<script src="dist/bundle.js"></script>
<!-- <link href="statics/img/favicon.ico" rel="shortcut icon" type="image/x-icon"> -->
<title>mina hosseini moghadam</title>
</head>
<body>
<div class="wrapper">
<header>
<h1>HELLO,</h1>
</header>
<div class="description box">
<p>I am
<span class="name">
Mina Hosseini Moghadam
</span>
</p>
</div>
<div class="job box">
<p>Front End Developer</p>
</div>
<div class="about">
<div class="title">About:</div>
<div class="about-text">
<p>I tend to code things from scratch, and enjoy bringing ideas to life in the browser.</p>
<p>Have a project you'd like to discuss? Let's chat [email protected]</p>
</div>
</div>
<div class="footer">
<div class="title">Links:</div>
<ul class="links">
<li>
<a href="https://github.com/minahmoghadam/" target="_blank">
<img src="./statics/img/github.png"/>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/minahmoghadam/" target="_blank">
<img src="./statics/img/linkedin.png"/>
</a>
</li>
<li>
<a href="https://codepen.io/minahmoghadam/" target="_blank">
<img src="./statics/img/codepen.png"/>
</a>
</li>
</ul>
</div>
<div class="border"></div>
</div>
</body>
</html>