-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (81 loc) · 4.06 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
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Amir hossein Mahdioun">
<title>Resume</title>
<link rel="shortcut icon" href="./img/favicon.png" type="image/x-icon">
<script src="https://use.fontawesome.com/5150effdc8.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<link rel="stylesheet" href="./main.css">
</head>
<body>
<p>برای راستی آزمایی زرین پال - سید امیرحسین مهدیون کدملی: 1272657256 - کد زرین پال : 496193</p>
<header class="header">
<div class="container">
<nav class="navigation">
<a href="#">CREATIVE CV</a>
<ul class="main-menu">
<li><a href="#">about</a></li>
<li><a href="#">skills</a></li>
<li><a href="#">portfoilo</a></li>
<li><a href="#">exprience</a></li>
<li><a href="#">contact</a></li>
</ul>
</nav>
<div class="profile">
<img src="./img/profile2.jpg" alt="">
<h1 class="profile-name">Amir hossein Mahdioun</h1>
<h2 class="profile-about">Chemister / Aviator / Front-end developer</h2>
</div>
<div class="profile-buttons">
<button>HIRE ME</button>
<button>DOWNLOAD CV</button>
<div class="social">
<a class="facebookBtn social-buttons" href="#"></a>
<a class="twitterBtn social-buttons" href="#"></a>
<a class="instagramBtn social-buttons" href="https://instagram.com/amir_spain" target="_blank"></a>
<a class="telegramBtn social-buttons" href="https://telegram.me/amir_spain" target="_blank"></a>
</div>
</div>
</div>
</header>
<div class="container">
<div class="info-box">
<div class="info-about">
<h2 class="title">About</h2>
<div class="info-about-box">
<p>Hello! <br>
I'm Amir hossein Mahdioun, chemister (Master of physical chemistry) and junior front-end developer!
I'm living in isfahan and ahwaz, both of them! :) <br>
I've studied on chemistry and graduated on it from "Shahid Chamran university of Ahwaz". <br>
Most people think chemistry is really difficult to learn! Yes ofcourse but also firstly in my opinion there is no any deficault to learn, and secondly it's
amazing when you make something that doesn't exist,exactly like creating a website on white space! <br>
Like every child, I had dreamed to become a pilot when I was child. So I decided to become pilot and started to study about it and passed some courses in last years and finally got virtual certificate as type-instructor from Delta Airline. <br>
</p>
</div>
</div>
<div class="basic-info">
<h2 class="title">Basic information</h2>
<div class="basic-info-box">
<div class="sub-titles">
<h3>age:</h3>
<h3>email:</h3>
<h3>phone:</h3>
<h3>address:</h3>
<h3>language:</h3>
</div>
<div class="description">
<p>24</p>
<p><a href="mailto:[email protected]" target="_blank">[email protected]</a></p>
<p>+98910*******</p>
<p>Ahwaz-Isfahan,Iran</p>
<p>English/Persian</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>