-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenglish.html
More file actions
94 lines (83 loc) 路 3.71 KB
/
Copy pathenglish.html
File metadata and controls
94 lines (83 loc) 路 3.71 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/main.css"/>
<title>My Portfolio</title>
<link rel="icon" href="image/portfolio1.png">
</head>
<body>
<!-- Navbar -->
<nav>
<div class="profile">
<a href="english.html"><img src="image/profile2.jpg" alt="image_profil" title="Home"></a>
<h1>Anthony HASHIMOTO</h1>
</div>
<ul>
<a href="#creations"><li>My designs</li></a>
<a href="image/cv.pdf" target="_blank"><li>About me</li></a>
<a href="https://linktr.ee/D4C_designs" target="_blank"><li>Contact</li></a>
</ul>
</nav>
<a href="index.html"><img class="icon_lang" src="image/fr.png" alt="francais" title="Version fran莽aise"></a>
<!-- Content page -->
<section class="contenu-page">
<header>
<h2>Hey, I'm a young graphic designer</h2>
<p><img src="image/profile3.png" alt="image">
Versatile and curious, rich in my freelance experience, I offer a range of artistic
creativity. Used to communication, I design visual communication solutions. I work
on the meaning of the messages using graphic forms that I use on all types of media.
I am a mediator who acts on the conditions of reception and appropriation of the
information and knowledge that I put into shape. My knowledge is based on typography,
the use of signs, images and the art of layout. I can express myself in the field of
print, interactivity or illustration.</p>
<a href="image/cv.jpg" target="_blank"><button>Find out more</button></a>
<!-- Selections -->
</header>
<section id="creations" class="image-presentation">
<a href="logo.html"><img src="image/icon_logo.png" alt="Logo"></a>
<a href="banner.html"><img src="image/icon_banner.png" alt="Banner"></a>
<a href="projet_pro.html"><img src="image/icon_pro.png" alt="Projet professionnel"></a>
<img src="image/icon_perso.png" alt="Projet personnel">
<img src="image/icon_soon.png" alt="Soon">
<img src="image/icon_soon.png" alt="Soon">
<img src="image/icon_soon.png" alt="Soon">
<img src="image/icon_soon.png" alt="Soon">
</section>
</section>
<!-- Contact me -->
<div class="contacte_moi">
<form>
<label>Name</label>
<input type="text" name="name">
<label>Email</label>
<input type="text" name="mail">
<label>Message</label>
<textarea name="subject" style="height:170px"></textarea>
<button class="Envoyer">Send</button>
</form>
</div>
<!-- Footer -->
<footer>
<div class="colone">
<h3>Services</h3>
<a href="image/charte_graphique_portfolio.pdf" target="_blank"><p>Graphical charter</p></a>
<a href="https://www.pinterest.fr/D4C_designs/" target="_blank"><p>illustrations</p></a>
<a href="https://www.instagram.com/d4c_designs/" target="_blank"><p>Designing</p></a>
</div>
<div class="colone">
<h3>Background</h3>
<p>My university</p>
<p>My high school</p>
<p>My middle school</p>
</div>
<div class="colone">
<h3>Adresses</h3>
<p>anthonyhashimoto2002@gmail.com</p>
<p>demon4ck@gmail.com</p>
<a href="tel:+687722676"><p>+687 72.26.76</p></a>
</div>
</footer>
</body>
</html>