-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
151 lines (151 loc) · 5.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="theme-color" content="#f2f2f2" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kennedy Barros - Product Designer</title>
<meta name="title" content="Kennedy Barros - Product Designer" />
<meta
name="description"
content="My name is Kennedy Barros, I'm a Product Designer and Front end Enthusiast. Specialized in modern designs with a focus on usability and functionality."
/>
<!--============ FAVICON ============-->
<link rel="icon" type="image/png" href="images/favicon.svg" />
<!--============ CSS ============-->
<link rel="stylesheet" type="text/css" href="./css/style.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.2/TweenMax.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
</head>
<body>
<main class="container">
<!--============ HEADER ============-->
<header class="header">
<div class="z-index">
<a href="/">
<img
class="logo-kennedy"
src="./images/logo-kennedy.svg"
alt="logo kennedy"
/></a>
</div>
<div class="language z-index">
<a href="./index.html" class="language-select">EN</a>
<a href="./pt/index.html" class="language-default">PT</a>
</div>
</header>
<div class="content">
<!--============ ABOUT ============-->
<div class="content-about z-index">
<section class="about">
<p class="subtitle">about</p>
<p class="body">Product Designer</p>
<p class="body">21yo</p>
<p class="body">Amazonas, Brazil</p>
</section>
<!--============ SKILLS ============-->
<section class="skills z-index">
<p class="subtitle">skills</p>
<p class="body">Interface Design</p>
<p class="body">User Experience</p>
<p class="body">Design Handoff</p>
<p class="body">Prototyping</p>
<p class="body">Design Systems</p>
</section>
</div>
<!--============ TITLE ============-->
<div class="content-title z-index">
<h1 class="title">
I’m a product <br />
<div class="title-2">
designer
<svg
class="star"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M23.0418 7.74763L23.8346 12.0107L14.9085 13.23L14.7667 13.729L19.4022 21.3859L15.5154 23.4921L11.6875 15.4199L11.1346 15.3277L5.30471 22.2169L2.07515 19.1842L8.58471 12.9332L8.45796 12.3872L0.162646 9.07488L2.02064 5.06352L10.0092 9.26145L10.4895 9.08032L11.0828 0.0455005L15.4504 0.6188L13.8594 9.46337L14.2563 9.83606L23.0418 7.74763Z"
fill="#0D0D0D"
/>
</svg>
</div>
</h1>
</div>
<!--============ SOCIAL ============-->
<div class="content-social z-index">
<!--============ TOOLS ============-->
<section class="tools">
<p class="subtitle">Tools</p>
<p class="body">Figma</p>
<p class="body">Hotjar</p>
<p class="body">Miro</p>
<p class="body">Framer</p>
</section>
<!--============ SOCIAL ============-->
<section class="social">
<p class="subtitle">Social</p>
<p>
<a
href="https://twitter.com/k3nnedybarros"
class="body link"
target="_blank"
>Twitter</a
>
</p>
<p>
<a
href="https://www.behance.net/kennedybarros"
class="body link"
target="_blank"
>Behance</a
>
</p>
<p>
<a
href="https://dribbble.com/kennedybarros"
class="body link"
target="_blank"
>Dribbble</a
>
</p>
<p>
<a
href="https://www.linkedin.com/in/kennedybarros/"
class="body link"
target="_blank"
>Linkedin</a
>
</p>
</section>
</div>
</div>
</main>
<!--============ CONTENT IMGS ============-->
<div class="content-imgs">
<img class="content-img" src="./images/01.jpg" alt="project" />
<img class="content-img" src="./images/02.jpg" alt="project" />
<img class="content-img" src="./images/03.jpg" alt="project" />
<img class="content-img" src="./images/04.jpg" alt="project" />
<img class="content-img" src="./images/05.jpg" alt="project" />
<img class="content-img" src="./images/06.jpg" alt="project" />
<img class="content-img" src="./images/07.jpg" alt="project" />
<img class="content-img" src="./images/08.jpg" alt="project" />
<img class="content-img" src="./images/09.jpg" alt="project" />
<img class="content-img" src="./images/10.jpg" alt="project" />
<img class="content-img" src="./images/11.jpg" alt="project" />
<img class="content-img" src="./images/12.jpg" alt="project" />
</div>
<!--============ IMAGES LOADED ============-->
<script src="./js/imagesloaded.pkgd.min.js"></script>
<!--============ TWEEN MAX ============-->
<script src="./js/TweenMax.min.js"></script>
<!--============ JAVASCRIPT ============-->
<script src="./js/script.js"></script>
</body>
</html>