-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
225 lines (192 loc) · 9.44 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DevThmc Portfolio Website</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.css"
integrity="sha512-f73UKwzP1Oia45eqHpHwzJtFLpvULbhVpEJfaWczo/ZCV5NWSnK4vLDnjTaMps28ocZ05RbI83k2RlQH92zy7A=="
crossorigin="anonymous" />
<!-- My Fonts -->
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,900|Source+Sans+Pro:300,900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/reset.css">
</head>
<body>
<header>
<div class="logo">
<a href="index.html">
<img src="img/devthmc.png" alt="devthmc-png">
</a>
</div>
<button class="nav-toggle" aria-label="toggle navigation">
<span class="hamburger"></span>
</button>
<nav class="nav">
<ul class="nav__list">
<li class="nav__item"><a href="index.html" class="nav__link">Home</a></li>
<li class="nav__item"><a href="index.html#services" class="nav__link">My Services</a></li>
<li class="nav__item"><a href="index.html#about" class="nav__link">About Me</a></li>
<li class="nav__item"><a href="index.html#work" class="nav__link">My Work</a></li>
<li class="nav__item"><a href="index.html#comments" class="nav__link">Comments</a></li>
<li class="nav__item"><a href="index.html#footer-contact" class="nav__link">Contact</a></li>
</ul>
</nav>
</header>
<!-- Introduction -->
<section class="intro" id="home">
<h1 class="section__title section__title--intro">
Hi, I am <strong>Oğuzhan Tohumcu</strong>
</h1>
<p class="section__subtitle section__subtitle--intro">front-end dev</p>
<img src="img/dev-thmc-01.jpg" alt="Oguzhan Tohumcu at the university class break" class="intro__img">
</section>
<!-- My services -->
<section class="my-services" id="services">
<h2 class="section__title section__title--services">What I do</h2>
<div class="services">
<div class="service">
<h3>Front-End Development</h3>
<p>Stepping into the JavaScript world with React Native. Switching to React side after basic level projects.
Developing many small and medium applications with React, an open source web application framework for
building user interfaces. Professional experience with the task of adapting a desktop application to the web
environment using Vue.js. To maintain personal development and practices in this direction.
</p>
</div> <!-- / service 1 -->
<div class="service">
<h3>E-Commerce</h3>
<p>In the graduation thesis, the design and implementation of the website of a retail company operating in the
E-commerce sector, taking into account the CRM Optimization rules, using technologies such as Node.js and
MongoDB. In addition, in the personal project, the development of a shopping website of an exemplary clothing
company continues. Technologies used in this application are: React, Redux, Redux-Saga, Stripe, Context API,
GraphQL.
</p>
</div> <!-- / service 2 -->
<div class="service">
<h3>Windows Systems</h3>
<p>Working on subjects such as Domain-Trust relationship, SCCM, Active Directory, MDM, Azure and Exchange
Server, thanks to what has been learned through the Windows Systems Infrastructure internship. Server
management with Microsoft Server 2016, configurations of virtual machines installed with VMWare and
realization of various virtualization configurations on the CentOS 7 virtual machine on Linux.
</p>
</div> <!-- / service 3 -->
</div> <!-- / services -->
<a href="#work" class="btn">See My Work</a>
</section>
<!-- About me -->
<section class="about-me" id="about">
<h2 class="section__title section__title--about">Who I am</h2>
<p class="section__subtitle section__subtitle--about">Software Developer based out of Istanbul</p>
<div class="about-me__body">
<p>Sufficient technical English to solve problems encountered in software development by searching on the
Internet. A person who is excited to put forward my knowledge with my bold ideas. My biggest passion is to
discover new technologies, improve myself and keep up with change. Constantly learning and challenging myself.
</p>
<p>With a passion for react, front-end, and all things software development, I have both the skill set and
professional background necessary to dive deep into the software world. As an upbeat, self-motivated team player
with excellent communication, I envision an exciting future in the industry.
</p>
</div>
<img src="img/dev-thmc-02.jpg" alt="a picture of Oguzhan Tohumcu smiling" class="about-me__img">
</section>
<!-- My Work -->
<section class="my-work" id="work">
<h2 class="section__title">My Work</h2>
<p class="section__subtitle">A selection of my range of work</p>
<div class="portfolio">
<!-- Portfolio item 01 -->
<a href="https://weather-pwa-react-git-master.oguzthmc.vercel.app" class="portfolio__item" target="_blank">
<img src="img/portfolio-01.jpg" alt="weather" class="portfolio__img">
</a>
<!-- Portfolio item 02 -->
<a href="https://crown-cclothing-live.herokuapp.com" class="portfolio__item" target="_blank">
<img src="img/portfolio-02.jpg" alt="crwn clothing landing page" class="portfolio__img">
</a>
<!-- Portfolio item 03 -->
<a href="https://random-gif-git-master.oguzthmc.vercel.app" class="portfolio__item" target="_blank">
<img src="img/portfolio-03.jpg" alt="random gif" class="portfolio__img">
</a>
<!-- Portfolio item 04 -->
<a href="https://tailwind-recipes-git-master.oguzthmc.vercel.app" class="portfolio__item" target="_blank">
<img src="img/portfolio-04.jpg" alt="recipes" class="portfolio__img">
</a>
<!-- Portfolio item 05 -->
<a href="https://oguzthmc.github.io/movies-react-spa/#/" class="portfolio__item" target="_blank">
<img src="img/portfolio-05.jpg" alt="movies" class="portfolio__img">
</a>
<!-- Portfolio item 06 -->
<a href="portfolio-item.html" class="portfolio__item">
<img src="img/portfolio-06.jpg" alt="help center" class="portfolio__img">
</a>
<!-- Portfolio item 07 -->
<a href="https://expanding-cards-git-master.oguzthmc.vercel.app" class="portfolio__item" target="_blank">
<img src="img/portfolio-07.jpg" alt="tickets" class="portfolio__img">
</a>
<!-- Portfolio item 08 -->
<a href="https://vue3-income-tracker.vercel.app" class="portfolio__item" target="_blank">
<img src="img/portfolio-08.jpg" alt="income tracker" class="portfolio__img">
</a>
<!-- Portfolio item 09 -->
<a href="https://split-landing-page-git-master.oguzthmc.vercel.app" class="portfolio__item" target="_blank">
<img src="img/portfolio-09.jpg" alt="split landing page" class="portfolio__img">
</a>
</div>
</section>
<!-- Comments -->
<section class="comments" id="comments">
<h2 class="section__title section__title--comments">Comments</h2>
<div class="container">
<div class="input-group">
<span class="user-icon"> </span>
<input autocomplete="off" id="main-comment" name="comment"
placeholder="Leave a comment here and press enter..." class="comment-box" />
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer" id="footer-contact">
<a href="mailto:oguzthmc@gmail.com" class="footer__link">oguzthmc@gmail.com</a>
<ul class="social-list">
<li class="social-list__item">
<a href="https://github.com/oguzthmc" class="social-list__link" target="_blank">
<i class="fab fa-github"></i>
</a>
</li>
<li class="social-list__item">
<a href="https://stackoverflow.com/users/10513977/oğuzhan-tohumcu" class="social-list__link" target="_blank">
<i class="fab fa-stack-overflow"></i>
</a>
</li>
<li class="social-list__item">
<a href="https://www.linkedin.com/in/oguzhan-tohumcu/" class="social-list__link" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li class="social-list__item">
<a href="https://medium.com/@oguzthmc" class="social-list__link" target="_blank">
<i class="fab fa-medium"></i>
</a>
</li>
<li class="social-list__item">
<a href="https://twitter.com/Double2OT" class="social-list__link" target="_blank">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="social-list__item">
<a href="https://www.instagram.com/oguzthmc/" class="social-list__link" target="_blank">
<i class="fab fa-instagram"></i>
</a>
</li>
<li class="social-list__item">
<a href="https://www.youtube.com/channel/UCscX6kbTPD_fCwdewM5-JaQ" class="social-list__link" target="_blank">
<i class="fab fa-youtube"></i>
</a>
</li>
</ul>
</footer>
<button onclick="topFunction()" id="upArrowBtn" title="Go to top"><i class="fas fa-arrow-up"></i></button>
<script src="./js/index.js"></script>
</body>
</html>