-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
170 lines (150 loc) · 5.13 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="jouw naam">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Digital Agency</title>
<link href="styles/style.css" rel="stylesheet">
<link rel="icon" type="image/svg+xml" href="images/favicon.svg">
</head>
<body>
<header>
<nav>
<ul class="nav-menu">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item active">
<a href="about.html" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="projects.html" class="nav-link">Projects</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link">Newsletter</a>
</li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
</header>
<main>
<!-- prevents line breaks -->
<div class="marquee">
<div class="track">
<p class="content "> Design connections to design Products ✹ Design connections to design Products
✹
Design connections to design Products ✹ Design connections to design Products ✹</p>
</div>
</div>
<h1 class="center">Hi, I'm Tolga - A digital product designer based in Amsterdam and currently working as a
freelancer and studying
in the meantime at HVA.</h1>
<figure class="image-container">
<img src="images/headerIMG.jpg" alt="HeaderIMG" class="headerIMG">
</figure>
<article class="wrapper center">
<h2>One Approuch to rule the all</h2>
<p>
Curiosity to sell and an obsession for anything related to innovation and design. This is the explosive
mix
that
brought me here.
</p>
<p>
am also an enthusiast systems designer. My favorite quote is:"Give me six hours to chop down a tree and
I
will
spend the first four sharpening the axe".
</p>
<p>
I firmly belive that design is not just about aesthetics. It's about solving problems so that others
don't
have;
It's about building something that lasts and works well, and use data to help people make better
decisions
than
yesterday. It's about use technology to improve lives, but the software should be just one tool among
many
in
the arsenal.
This makes the difference between good and best-in-class products.
</p>
</article>
<span class="center-button">
<button>Download my resume</button>
</span>
<p class="nda">Due to NDA, only a strict selection of case studies is available, upon request.</p>
<section>
<figure class="project-card"><img src="images/project1.jpg" alt=""></figure>
<figure class="project-card"><img src="images/project2.jpg" alt=""></figure>
<figure class="project-card"><img src="images/project3.jpg" alt=""></figure>
</section>
<section>
<p>Expertise</p>
<ul class="columns">
<li class="column"><img src="images/expertise1.jpg" alt=""></li>
<li class="column"> <img src="images/expertise2.jpg" alt=""></li>
<li class="column"> <img src="images/expertise3.jpg" alt=""></li>
</ul>
</section>
<div class="marquee">
<div class="track-onscroll-l">
<p class="content "> Design connections to design Products ✹ Design connections to design Products
✹
Design connections to design Products ✹ Design connections to design Products ✹</p>
</div>
</div>
<!-- moet van links naar rechts gaan -->
<div class="marquee">
<div class="track-onscroll-r">
<p class="content outline"> Design connections to design Products ✹ Design connections to design
Products ✹
Design connections to design Products ✹ Design connections to design Products ✹</p>
</div>
</div>
<div class="marquee">
<div class="track-onscroll-l">
<p class="content "> Design connections to design Products ✹ Design connections to design Products
✹
Design connections to design Products ✹ Design connections to design Products ✹</p>
</div>
</div>
</main>
<footer>
<p>Want to talk about something?</p>
<h3>Get in Touch!</h3>
<form class="cf" action="mailto:[email protected]">
<span class="left">
<input type="text" id="input-name" placeholder="Name">
<input type="email" id="input-email" placeholder="Email address">
<input type="text" id="input-subject" placeholder="Subject">
</span>
<div>
<textarea name="message" type="text" id="input-message" placeholder="Message"></textarea>
</div>
<input type="submit" value="Submit" id="input-submit">
</form>
<div class="purplcontainer">
<div class="marqueeW">
<div class="track">
<p class="content "> Design connections to design Products ✹ Design connections to design
Products ✹
Design connections to design Products ✹ Design connections to design Products ✹</p>
</div>
</div>
</div>
<ul>
<li><a href="Dribble.com">Dribble</a></li>
<li><a href="Linkedin.com">Linkedin</a></li>
<li><a href="twitter.com">Twitter</a></li>
<li><a href="instagram.com">Instagram</a></li>
</ul>
</footer>
<script defer src="scripts/script.js"></script>
</body>
</html>