-
Notifications
You must be signed in to change notification settings - Fork 457
/
index.html
127 lines (126 loc) · 3.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Midori Kocak</title>
<link rel="stylesheet" type="text/css" href="css/stylesheet.css">
</head>
<body itemscope itemtype="http://schema.org/Person">
<header>
<h1 itemprop="name">Midori Kocak</h1>
<img src="img/image.png" width="150" alt="Midori Kocak"/>
<nav>
<ul>
<li><a href="#summary">Summary</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<article>
<section id="summary">
<h2>
Summary
</h2>
<p>
A <b>software engineer</b> with 10+ years experience in <i>web development</i> who loves to share her knowledge with people.
</p>
</section>
<section id="work">
<h2>Work</h2>
<ul>
<li>
<strong >McKinsey & Company</strong><br>
<a href="http://mckinsey.com" itemprop="url">mckinsey.com</a><br>
<small>Senior Software Engineer</small>
<br>
March 2018 - Present<br>
</li>
<li>
<strong >Freelancer</strong><br>
<a href="http://github.com/midorikocak" itemprop="url">github.com/midorikocak</a><br>
<small>Software Engineer</small>
<br>
September 2016 - February 2018<br>
</li>
<li>
<strong >Massive Interactive</strong><br>
<a href="http://massive.co" itemprop="url">massive.co</a><br>
<small>Frontend Engineer</small>
<br>
August 2015 - August 2016<br>
</li>
</ul>
</section>
<section id="education">
<h2>Education</h2>
<ul>
<li itemprop="alumniOf" itemscope itemtype="http://schema.org/CollegeOrUniversity">
<strong itemprop="name">Sabanci University</strong><br>
<a href="http://sabanciuniv.edu" itemprop="url">sabanciuniv.edu</a><br>
<small>Computer Science & Engineering</small>
<br>
2006 - 2010<br>
</li>
</ul>
</section>
<section id="languages">
<h2>Languages</h2>
<ul>
<li>
Turkish - Native
</li>
<li>
English - Fluent
</li>
<li>
Italian - Fluent
</li>
<li>
Czech - Intermediate
</li>
<li>
Japanese - Beginner
</li>
</ul>
</section>
<section id="skills">
<h2>Skills</h2>
<ol>
<li>
PHP / MySQL
</li>
<li>
HTML / CSS
</li>
<li>
JavaScript (React / Vue / Elm)
</li>
</ol>
</section>
</article>
</main>
<footer>
<h2>Social</h2>
<nav>
<ul>
<li><a href="http://linkedin.com/in/midorikocak">Linkedin</a></li>
</ul>
</nav>
<section id="contact">
<h2>Contact</h2>
<ul>
<li>
<a href="mailto:[email protected]">E-mail</a>
</li>
<li>
<a href="/me/contact.html">Contact Form</a>
</li>
</ul>
</section>
</footer>
</body>
</html>