-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
138 lines (135 loc) · 6.5 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>H4mit | Hamid Taheri </title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link href='//fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'> -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="nine columns">
<h1>Hamid Taheri</h1>
<p>I'm Hamid Taheri. I was born in 1989. When i was in primary school, we bought a computer which
attracted me for the first time! This fascination made me work with computer many hours a day
then I stared working via the Quick Basic at the age of 15. After that, I learned to work with
some other programming languages and among them, web programming attracted me.
My first ever website was written via PHP in 2005. There weren't any frameworks or open source
libraries and I had to work without them. My interest in web programming, made me learn about
various languages and frameworks. Also my master thesis subject was about semanatic web. Now I'm
still ambitious about web and these days I'm following TypeScript and I work with it.</p>
</div>
<div class="three columns pic">
<img class="profile" src="assets/taheri-thumb.jpg" alt="" style="height: 250px; width: 250px">
<a>[email protected]</a>
<a href="http://h4mit.ir">h4mit.ir</a>
<a href="https://github.com/h4mit">GitHub</a>
<a href="https://t.me/h4mit">Telegram</a>
<a href="https://twitter.com/imh4mit">Twitter</a>
<a href="https://www.linkedin.com/in/h4mit/">Linkedin</a>
</div>
</div>
</div>
</header>
<div class="container">
<div class="maincontent">
<!-- <div class="row">
<div class="four columns timeline">
<h1>Experience</h1>
<h4>May 2010 - Current</h4>
</div>
<div class="seven columns offset-by-one">
<h2>Twitter, INC</h2>
<h3>Senior Developer</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut consequuntur veniam illo, vel, non repudiandae? Quisquam laudantium beatae eius debitis repudiandae nostrum, eaque necessitatibus quibusdam numquam voluptatibus dicta iste perferendis.</p>
</div>
</div>
<div class="row">
<div class="four columns timeline">
<h4>April 2008 - May 2010</h4>
</div>
<div class="seven columns offset-by-one">
<h2>Twitter, INC</h2>
<h3>Senior Developer</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut consequuntur veniam illo, vel, non repudiandae? Quisquam laudantium beatae eius debitis repudiandae nostrum, eaque necessitatibus quibusdam numquam voluptatibus dicta iste perferendis.</p>
</div>
</div>
<div class="row">
<div class="four columns timeline">
<h4>April 2008 - May 2010</h4>
</div>
<div class="seven columns offset-by-one">
<h2>Twitter, INC</h2>
<h3>Senior Developer</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut consequuntur veniam illo, vel, non repudiandae? Quisquam laudantium beatae eius debitis repudiandae nostrum, eaque necessitatibus quibusdam numquam voluptatibus dicta iste perferendis.</p>
</div>
</div> -->
<div class="row skills">
<div class="four columns">
<h1>Skills</h1>
</div>
<div class="seven columns offset-by-one">
<span>HTML</span>
<span>CSS</span>
<span>Javascript</span>
<span>TypeScript</span>
<span>Angular</span>
<span>ReactJS</span>
<span>React-Native</span>
<span>NodeJS</span>
<span>ExpressJS</span>
<span>PWA</span>
<span>Project Management</span>
<span>CouchDB</span>
<span>MongoDB</span>
<span>mySQL</span>
<span>Redis</span>
<span>MariaDB</span>
<span>postgreSQL</span>
<span>SQLServer</span>
<span>SQLLite</span>
<span>SparQL</span>
<span>Open Linked Data</span>
<span>RDF</span>
<span>Ontology</span>
<span>Protege</span>
<span>Linux</span>
<span>IIS</span>
<span>Elastic</span>
<span>Kibana</span>
<span>Nginx</span>
<span>haproxy</span>
<span>Apache HTTP Server</span>
<span>Apache Jena</span>
<span>Apache NiFi</span>
<span>Apache Hadoop</span>
<span>Apache Hbase</span>
<span>Apache Guacamole</span>
<span>Drupal</span>
<span>Wordpress</span>
</div>
</div>
<div class="row education">
<div class="four columns">
<h1>Job</h1>
</div>
<div class="seven columns offset-by-one">
<h2>Web Researcher and Developer | TypeScript Enthusiast.</h2>
<h3>R&D</h3>
<p><a href="https://sadad.co.ir">Sadad Information corporation </a>| formerly <a
href="https://mahsan.co/"> Mahsan Co. </a>
</p>
</div>
</div>
</div>
<footer>
Hamid Taheri | [email protected] | h4mit.ir
</footer>
</div>
</body>
</html>