-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (86 loc) · 3.64 KB
/
index.html
File metadata and controls
101 lines (86 loc) · 3.64 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Amirsaeed Haftbaradaran</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="aside">
<div id="profile">
<ul>
<label for="profile">Profile</label>
<li><p>I'm Amirsaeed. I'm from Tehran, Iran.
I spent my school in sampad organization in the field of Mathematics.
I was able to pass the university entry test called "Konkur"
with the ranking of 500 in the country and
now I'm studiyng Computer Engineering in Iran University of Science and Tecnology.
</p></li>
</ul>
</div>
<hr style="border : 1px dashed #E8EFCF;">
<div id="contact">
<ul>
<label for="contact">Contact</label>
<br><br>
<li>Phone : 09908611517</li>
<li>Email : amirsaeed7bn[@]gmail[.]com</li>
<li>Telegram : <a id="telegram" href="https://t.me/Amirsaeed7bn">@Amirsaeed7bn</a></li>
</ul>
</div>
<hr style="border : 1px dashed #E8EFCF;">
<div id="hobbies">
<ul>
<label for="hobbis">Hobbies</label>
<br><br>
<li>Movies and Series</li>
<li>Sports (football, volleyball etc) </li>
<li>Classic rock music</li>
<li>Drawing</li>
</ul>
</div>
</div>
<div id = "main">
<div id="info">
<img src="profile_photo.jpg" alt="profile_photo">
<h1>Amirsaeed Haftbaradaran</h1>
<h2>Bachelor student at IUST</h2>
</div>
<br>
<hr style="border : 1px dashed #E8EFCF;">
<div id="education">
<ul>
<label for="education">
Education
</label>
<br><br>
<li>School : middle school and high school in National Organization for Development of Exeptional Talents </li>
<li>Univerity : Iran University of science and tecnology in the field of Computer Engineering</li>
</ul>
</div>
<br>
<hr style="border : 1px dashed #E8EFCF;">
<div id="skills">
<ul>
<label for="skills">
Skills
</label>
<li>Programming languages : C++, C#, Python</li>
<li>Tools : HTML, CSS, JavaScript, Data structure</li>
<li>Projects :
<ol>
<li>
<a id="project1" href="https://github.com/Amirsaeed7/Snake-Food">Snake and Food game, </a>
</li>
<li>
<a id="project2" href="https://github.com/Amirsaeed7/AP-Project">Torob Apllication simulation</a>
</li>
</ol>
</li>
</ul>
</div>
</div>
<div id = lastUp>
<p>Last Update : 22 / 05 / 2024</p>
</div>
</body>
</html>