-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
202 lines (177 loc) · 7.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>YourName_CV</title>
</head>
<body class="row">
<header class="header" >
<div class="headercontainer nav">
<div style="flex: 3;" class="title" >
<h1 class="name">Umwari Rachel</h1>
<h2 class="level">Senior Product Designer</h2>
</div>
<div style="flex: 2;" >
<img src="nature.jpg" id="profile" width="100" height="100" alt="nature"><br/>
</div>
</div>
</header>
<div class="container" >
<div class="left-part">
<section >
<div class="tries">
<div >
<div class="topic">
<p>Experience</p>
</div>
<div class="position">
<p><strong>Senior UI/UX Product Designer</strong></p>
</div>
<div class="institu">
<p>Enterprise Name</p>
</div>
<div class="time">
<p>Aug 2018 - Present - 1 year, Paris</p>
</div>
<div class="content">
<p> Directly collaborated with CEO and Product team<br/>
to prototype, design and deliver the UI and UX experience with<br/>
a lean design process: research, design, test, and iterate.</p>
</div>
</div>
<!-- <br/> -->
<div>
<div class="position">
<p><strong>UI/UX Product Designer </strong></p>
</div>
<div class="institu">
<p>Enterprise Name</p>
</div>
<div class="time">
<p>Aug 2018 - Present - 1 year, Paris</p>
</div>
<div class="content">
<p> Directly collaborated with CEO and Product team<br/>
to prototype, design and deliver the UI and UX experience with<br/>
a lean design process: research, design, test, and iterate.</pre>
</div>
</div>
<!-- <br/> -->
<div>
<div class="position">
<p><strong>UI Designer </strong></p>
</div>
<div class="institu">
<p>Enterprise Name</p>
</div>
<div class="time">
<p>Aug 2018 - Present - 1 year, Paris</p>
</div>
<div class="content">
<p> Directly collaborated with CEO and Product team<br/>
to prototype, design and deliver the UI and UX experience with<br/>
a lean design process: research, design, test, and iterate.</pre>
</div>
</div>
<!-- <br/> -->
<div>
<div class="position">
<p><strong>Graphic Designer </strong></p>
</div>
<div class="institu">
<p>Enterprise Name</p>
</div>
<div class="time">
<p>Aug 2018 - Present - 1 year, Paris</p>
</div>
<div class="content">
<p> Directly collaborated with CEO and Product team<br/>
to prototype, design and deliver the UI and UX experience with<br/>
a lean design process: research, design, test, and iterate.</p>
</div>
</div>
<!-- <br/> -->
<div>
<div class="topic">
<p>Education</p>
</div>
<div class="position">
<p><strong>Bachelor European in Graphic </strong></p>
</div>
<div class="institu">
<p>Schools Name</p>
</div>
<div class="time">
<p>Aug 2018 - Present - 1 year, Paris</p>
</div>
</div>
<!-- <br/> -->
<div class="position">
<p><strong>BTS Communication Visuelle option Multumedia </strong></p>
</div>
<div class="institu">
<p>Schools Name</p>
</div>
<div class="time">
<p>Aug 2018 - Present - 1 year, Paris</p>
</div>
</div>
</div>
<div class="right-part">
<div>
<p>[email protected] </p>
<p>+33 6 33 33 33 </p>
<p> Vernouillet</p>
</div><br/>
<div>
<p><strong> Industry Knowledge</strong> </p>
<p> Product Design </p>
<p> User Experience</p>
<p> Interaction Design </p>
<p>Wireframing </p>
<p>Rapid Prototyping</p>
<p> Design Research </p>
</div><br/>
<div>
<p> <strong> Tools & Technologies </strong> </p>
<p> Figma, Sketch, Protopie, </p>
<p>Framer, Invision, Abstract,</p>
<p>Zeplin, Google Analytics,</p>
<p> Sketch, Protopie...</p>
</div><br/>
<div>
<p> <strong> Other Skills </strong></p>
<p> HTML, CSS, JQUERY</p>
</div><br/>
<div>
<p> <strong> Languages</strong></p>
<p> French(Native)</p>
<p> English(Professional)</p>
</div><br/>
<div>
<p><strong> Social</strong></p>
<p> yoursite.com</p>
<p> linkedin.com/in/yourname </p>
<p> dribbble.com/yourname </p>
</div><br/>
</div>
</div>
<script>
const title = document.querySelector(".title")
const name = document.querySelector(".name")
const level = document.querySelector(".level")
title.addEventListener('click',()=>{
var x = Math.floor(Math.random() * 256);
var y = Math.floor(Math.random() * 256);
var z = Math.floor(Math.random() * 256);
var bgColor = "rgb(" + x + "," + y + "," + z + ")";
name.style = `color:${bgColor}`
level.style = `color:${bgColor}`
})
</script>
</body>
</html>