-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (61 loc) · 2.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/c6ffc8441f.js" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="banner">
<img src="image/banner.webp" alt="">
</div>
<div class="container">
<h1>An amazing thing happened</h1>
<p class="subtitle">It is truly amazing</p>
</div>
<div class="container">
<p>Back in 2013, Sébastien, my brother Romain and I decided to launch a coding school to teach creative and entrepreneurially-minded people how to code their own tech products through an intensive 9-week bootcamp. At that time, none of us had real design or branding skills. My brother was a lawyer. </p>
<p class="italic">🇫🇷 L’éducation supérieure a “un wagon de retard”…</p>
<p>An idiom that could be literally...</p>
<img src="image/image1.webp" alt="">
<p class="description">Our first drawings of a “wagon”</p>
<h2>Shipping our first logos 🙈</h2>
<p>After a few drawings on a sheet of paper...</p>
<p class="italic"><em>Why should it be a real wagon?</em></p>
<p>Why not find ideas from other sources </p>
</div>
<img src="image/image2.webp" alt="">
<p class="description">Journey, freedom, community. That’s what Le Wagon is about.</p>
<div class="container">
<p>So we searched for “van” examples on The Noun Project and spent an afternoon with Julien designing our own genuine version.
We added a random handwriting font (that looks really bad retrospectively 🙈).</p>
<p>Our first logo was born.</p>
</div>
<div class="big-img">
<img src="image/image3.webp" alt="">
</div>
<div class="container">
<p class="description">Designing our first logo from The Noun Project (2013)</p>
<h2>Refreshing our brand</h2>
<p>For this big brand refresh, we decided...</p>
<h3>Let’s revamp the logo</h3>
<p>First, we started to refresh our logo.</p>
<h2>Social media links</h2>
<ul class="list-inline">
<li>
<a href="#" target="_blank">
<i class="fa-brands fa-x-twitter big-icon"></i>
</a>
</li>
<li>
<a href="#" target="_blank">
<i class="fab fa-linkedin-in big-icon"></i>
</a>
</li>
</ul>
</div>
</body>
</html>