-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (61 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<center>
<head>
<meta charset="utf-8">
<title>Alejandro's Personal Site</title>
</head>
<body>
<img src="images/alexwoww.png" alt="profile picture">
<h1>Alexwoww</h1>
<p>
<em>Graphic
<strong><a href="https://www.behance.net/alejandsanzro">Designer</a></strong>
</em>
</p>
<br>
<p>
Experienced junior graphic designer with working experience in digital marketing and creative content company in Central Madrid.
</p>
<hr>
</center>
<h3>Branding</h3>
<p>
<ul>
<li>Illustrator</li>
<ul>
<li><a href="https://www.behance.net/gallery/88050285/ART-website-gallery">Web Design</a></li>
<li><a href="https://www.behance.net/gallery/87861455/Car-revolution-VEC">Branding</a></li>
</ul>
<li>Photoshop</li>
</ul>
</p>
<p>
<center>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>Illustrator</td>
<td>★★★★★</td>
<td>Photoshop</td>
<td>★★★★</td>
</tr>
<tr>
<td>Premiere</td>
<td>★★★</td>
<td>After effects</td>
<td>★★★★</td>
</tr>
</table>
</center>
</p>
<hr>
<center>
<br>
<a href="hobbies.html">Hobbies</a>
<p>
<a href="Contact me.html">Contact me</a>
</p>
</center>
</body>
</html>