-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (40 loc) · 2.47 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
<!DOCTYPE html>
<!--
------------------------------------------------------------------------
Pasquale de Sario, 2024
------------------------------------------------------------------------
Coded by me, hosted on GitHub
------------------------------------------------------------------------
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pasquale de Sario</title>
<link rel="icon" href="favicon.svg">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="Pasquale de Sario">
<meta property="og:type" content="website">
<meta property="og:url" content="https://pasqualedesario.github.io/">
</head>
<body>
<section id="info" class="info sticky">
<a href="https://pasqualedesario.github.io/">Pasquale de Sario</a>: (graphic) designer born and raised in Puglia, now expat in the acquatic city of Venice for a master degree in Communication Design at <a href= "https://www.iuav.it/">Iuav</a>.
<p>My — <span class="hover-effect">always WIP</span> — practice explores <span class="hover-effect">typography, information and editorial design</span> and all the ways they interpolate each other.<br>My interests are oriented also towards <span class="hover-effect">learning collective ecosystems</span> outside the institutional walls and <span class="hover-effect">open tools</span>.</p>
<div class="scroll-container">
<img src="Projects/Biennale Parola.png" alt="Biennale Parola">
<img src="Projects/Alelaie.png" alt="Alelaie">
<img src="Projects/Meme Things First.png" alt="Meme Things First_Design tra politica, educazione e memetica">
<img src="Projects/4VISIONS.png" alt="4VISIONS">
<img src="Projects/Merda_Enzo Mari.png" alt="Merda_Enzo Mari">
</div>
<p>Open to work, feel free to contact me via <a href="mailto:[email protected]">mail</a> to request my complete portfolio and CV.
<p>I’m also on:
<br>→ <a href="https://www.instagram.com/pasqualedesario.xyz/">Instagram</a>;
<br>→ <a href="https://www.linkedin.com/in/pasqualedesario/">LinkedIn</a>;
<br>→ <a href="https://github.com/pasqualedesario">GitHub</a>;
<br>→ <a href="https://www.are.na/pasquale-de-sario">Are.na</a>;
<br>→ <a href="https://typo.social/@pasqualedesario">Mastodon</a>.</p>
</section>
</body>
</html>