-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
154 lines (148 loc) · 6.1 KB
/
Copy pathindex.html
File metadata and controls
154 lines (148 loc) · 6.1 KB
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
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>verena carpella portfolio</title>
<link rel="shortcut icon" href="">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<link rel="stylesheet" href="dist/css/style.css">
<link rel="stylesheet" href="dist/css/responsive.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" integrity="sha384-3AB7yXWz4OeoZcPbieVW64vVXEwADiYyAEhwilzWsLw+9FgqpyjjStpPnpBO8o8S" crossorigin="anonymous"><!-- for the heart icon in the footer -->
</head>
<body>
<!-- header with name and profession -->
<header class="header">
<img class="header__logo" src="/image/VerenaCarpella-logo-positiv.png" alt="verena carpella logo">
<div class="header__inner">
<h1 class="header__title">
<span class="name">verena <span class="bold">carpella</span></span><br>
<span class="job">frontend dev & design</span>
</h1>
</div>
</header>
<!-- hero image -->
<main>
<section class="content">
<section class="hero__header">
<picture> <!-- art direction responsive images -->
<source media="(max-width: 679px)" srcset="image/hero-me.png">
<source media="(min-width: 680px)" srcset="image/hero-me-hero.png">
<img src="image/hero-me-512w.png" alt="hero sized image with Verena smiling" class="hero__image">
</picture>
<section class="hero__zitat">
<h2 class="zitat">simplicity is the ultimate sophistication</h2>
<!--a href="https://de.wikipedia.org/wiki/Leonardo_da_Vinci" class="more" target="_blank">more...</a-->
</section>
</section>
<!-- portfolio with workexamples as link in codepen.io -->
<section class="about">
<ul>
<li class="about__item">
35 years // austria - vienna - mistelbach // creative
</li>
<li class="about__item">
html5 // css // scss // vanilla js // php // wordpress // docker
</li>
<li class="about__item">
yoga // diving // photography // food // travel // books
</li>
<li class="about__item">
since 2020 frontend Dev & UX/UI @wkoInhouse
</li>
</ul>
</section>
<!-- navigation for the projects (html anchor) -->
<section class="project__nav">
<h3> projects</h3>
<ul class="nav__list">
<li class="nav__item">
<a href="#project1">#1</a>
</li>
<li class="nav__item">
<a href="#project2">#2</a>
</li>
<li class="nav__item">
<a href="#project3">#3</a>
</li>
<li class="nav__item">
<a href="#project4">#4</a>
</li>
</ul>
</section>
<!-- projects for my portfolio with codepen link as cards -->
<section id="work" class="work">
<section id="project1" class="card__project1">
<video src='/image/memory.mp4' width="100%" type='video/mp4' autoplay muted loop>
</video>
<a href="https://verenaena.github.io/FEND-Memory/" target="_blank" class="project__link">
<h4 class="project__title">
#1 memory Game in jquery 2018
</h4>
</a>
</section>
<section id="project2" class="card__project2">
<video src='\image\arcadegame.webm' width="100%" type='video/webm' autoplay muted loop>
</video>
<a href="https://verenaena.github.io/ClassicArcadeGame/" target="_blank" class="project__link">
<h4 class="project__title">
#2 frogger arcade game in js 2018
</h4>
</a>
</section>
<section id="project3" class="card__project3">
<a href="https://www.waytation.com/" target="_blank" class="project__link">
<h4 class="project__title">
#3 Redesign Landingpage of Waytation 2018
</h4>
</a>
</section>
<section id="project4" class="card__project4">
<a href="https://www.thcbd.at/" target="_blank" class="project__link">
<h4 class="project__title">
#4 THCBD's Online Boutique & Glass Gallery 2019 until now
</h4>
</a>
</section>
</section>
</section>
</main>
<!-- footer -->
<footer class="footer">
<p class="footer__text">
<span id="currentDate"></span> austria <br> made with <i class="fas fa-heart"></i>in Vienna
</p>
<ul class="social__list">
<li class="social__item">
<a class="social__link" href="https://www.linkedin.com/in/verenacarpella" target="_blank">
<i class="fab fa-linkedin"></i><span class="social">linkedIn</span>
</a>
</li>
<li class="social__item">
<a class="social__link" href="https://www.facebook.com/opusparaluxe" target="_blank">
<i class="fab fa-facebook-messenger"></i><span class="social">facebook</span>
</a>
</li>
<li class="social__item">
<a href="mailto:verenaparaluxe@gmail.com" target="_top" class="social__link" >
<i class="fas fa-envelope"></i><span class="social">email</span>
</a>
</li>
<li class="social__item">
<a class="social__link" href="https://github.com/VerenaEna" target="_blank">
<i class="fab fa-github-square"></i><span class="social">github</span>
</a>
</li>
</ul>
</footer>
<script>
// Get the current date
var currentDate = new Date();
// Get the day, month, and year
var year = currentDate.getFullYear();
// Display the date in the "currentDate" element
document.getElementById("currentDate").innerHTML = year;
</script>
</body>
</html>