-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
173 lines (166 loc) · 8.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Dušan Tanasić">
<meta name="description"
content="Portfolio website of Frontend Web Developer Dušan Tanasić, based in Belgrade, Serbia." />
<meta name="keywords" content="
dusan tanasic, dušan tanasić, dušan, tanasić, dusan, tanasic, web, website, web developer, developer,
portfolio, projects, blog, contact, about, html, css, js, javascript, react, redux, frontend, front-end,
programer, programiranje" />
<link rel="icon" href="img/favicon.png" type="image/png">
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap" rel="stylesheet">
<link href="main.css" rel="stylesheet" type="text/css">
<script src="https://kit.fontawesome.com/ae1e24b9fe.js" crossorigin="anonymous"></script>
<title>Dušan Tanasić</title>
</head>
<body id="home">
<header>
<nav class="navbar">
<div><a class="nav-left" href="/">DT</a></div>
<ul class="nav-right">
<li class="list-item">
<a class="list-link" href="#home">Home</a>
</li>
<li class="list-item">
<a class="list-link" href="#about">About</a>
</li>
<li class="list-item">
<a class="list-link" href="#projects">Projects</a>
</li>
<li class="list-item">
<a class="list-link" href="#contact">Contact</a>
</li>
</ul>
</nav>
</header>
<main>
<section class="home">
<p>Hello, my name is Dušan. I am a Front-end Web Developer from Belgrade, Serbia.</p>
<img src="./img/working-gear.webp" alt="Phone, laptop, mouse and glasses.">
</section>
<section class="about" id="about">
<h3>About:</h3>
<p class="info">
Currently I'm working in the retail industry. I'm looking for a
software company to start career as a developer, here you can find my <a
href="https://duk4.github.io/Portfolio/cv.html" target="_blank" rel="noreferrer">resume</a>.
In my free time I work on personal projects and write articles for my
<a href="https://dusantanasic-blog.web.app" target="_blank" rel="noreferrer">blog</a>.
At the moment I am not pursuing freelance work, but I'd love to get in touch if you need some help.
</p>
<h3>Service:</h3>
<h4>FRONT END DEVELOPMENT</h4>
<p class="info">
Front End Development is building out the visual components of a website. Using React for application
development and many other technologies.
For smaller applications I might use framework, such as React, or many other technologies.
</p>
</section>
<section class="projects" id="projects">
<h3>Projects</h3>
<div class="project-list">
<div class="project">
<div class="laptop-image">
<img src="./img/blog.webp" alt="picture of my blog">
</div>
<div class="project-content">
<div class="project-header">
<h3 class="project-title">Blog</h3><span class="project-date">2020</span>
</div>
<p class="project-info">
I like writing, so this is one way to express myself and enjoy the craft.
This app was built with React, Redux, Firebase and SASS.
</p>
<div class="project-buttons">
<button class="cta-left"
onclick="window.open('https://github.com/Duk4/Blog', '_blank'); return false;"
type="button">Source code</button>
<button class="cta-right"
onclick="window.open('https://dusantanasic-blog.web.app/', '_blank'); return false;"
type="button">Visit site</button>
</div>
</div>
</div>
<div class="project">
<div class="laptop-image">
<img src="./img/social.webp" alt="picture of my social media examination">
</div>
<div class="project-content">
<div class="project-header">
<h3 class="project-title">Social Media Examination</h3><span
class="project-date">2019</span>
</div>
<p class="project-info">
Web app that get's data from a file, parses it and shows it in user profiles,
which contains friends, friend of a friend and friends suggestions as well as some personal
informations.
This app was built with React and SASS.
</p>
<div class="project-buttons">
<button class="cta-left"
onclick="window.open('https://github.com/Duk4/Social-Network-Examination', '_blank'); return false;"
type="button">Source code</button>
<button class="cta-right"
onclick="window.open('https://boring-euler-edefa8.netlify.com/', '_blank'); return false;"
type="button">Visit site</button>
</div>
</div>
</div>
<div class="project">
<div class="laptop-image">
<img src="./img/notes.webp" alt="picture of my notes applications">
</div>
<div class="project-content">
<div class="project-header">
<h3 class="project-title">Notes App</h3><span class="project-date">2019</span>
</div>
<p class="project-info">
Classical to-do list application with search bar and pop-up forms.
This app was built in React, with Hooks. Also, I used SASS on this project.
</p>
<div class="project-buttons">
<button class="cta-left"
onclick="window.open('https://github.com/Duk4/Notes-App', '_blank'); return false;"
type="button">Source code</button>
<button class="cta-right"
onclick="window.open('https://sleepy-euclid-a4b9f6.netlify.com/', '_blank'); return false;"
type="button">Visit
site</button>
</div>
</div>
</div>
</div>
</section>
<section class="contact-form" id="contact">
<h3>Get in touch</h3>
<form id="contact-form" name="contact" method="POST" netlify>
<label for="name">NAME</label>
<input type="text" id="name" name="name" class="form name" required />
<label for="email">EMAIL</label>
<input type="email" id="email" name="email" class="form email" required />
<label for="message">MESSAGE</label>
<textarea name="message" id="message" class="form message" rows="6" required></textarea>
<div class="status"></div>
<button type="submit" class="form submit send">Send</button>
</form>
<div class="contact-icons">
<div><i class="fab fa-linkedin" alt="linked in"
onclick="window.open('https://www.linkedin.com/in/du%C5%A1an-tanasi%C4%87-9ba741127/', '_blank'); return false;"></i>
</div>
<div><i class="fas fa-paper-plane" alt="email"
onclick="location.href='mailto:dusan.tanasic@yahoo.com';"></i></div>
<div><i class="fab fa-github" alt="github"
onclick="window.open('https://github.com/Duk4', '_blank'); return false;"></i></div>
</div>
</section>
</main>
<footer>Copyright © 2020 <strong>Dušan Tanasić<strong></footer>
<div class="arrow" id="arrow"><i class="fas fa-arrow-up" alt="arrow to the top"></i>
</div>
<script src="main.js"></script>
</body>
</html>