-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·73 lines (73 loc) · 2.69 KB
/
index.html
File metadata and controls
executable file
·73 lines (73 loc) · 2.69 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/style.css">
<title>Techmag2000</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,100&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
</head>
<body>
<header class="site-header">
<h1>
<span class="magazine">TechMag</span><span class="year">2000</span>
</h1>
<p>Le magazine qui explore les technologies du futur</p>
</header>
<div class="card">
<h3>Notre magasine</h3>
<p>
"I just knew it! Well, I wasn't gonna let you get all the credit and
take all the reward. Hey, I knew there was more to you than money. Oh,
no! Oh, my! Artoo! Can you hear me?""
</p>
</div>
<article>
<h3>Toujours plus de drône dans le ciel</h3>
<p class="origines">
Publié le <span class="publish">10 février 2025</span> par
<span class="auteur">James Webb</span>
</p>
<p>Your friend is quite a mercenary. I wonder if he really cares about
anything...or anyone. I care! So...what do you think of her, Han? I'm
trying not to, kid! Good... Still, she's got a lot of spirit. I don't
know, what do you think? Do you think a princess and a guy like me...
<br>No!
</p>
<figure>
<img src="img/drone.jpg" alt="Photo d'un drône dans le ciel">
<figcaption class="drone">
Le drône est-t'il le nouveau <br> ami de l'homme?
</figcaption>
</figure>
<a href="./article.html">En lire plus</a>
</article>
<article>
<h3>Internet, c'était mieux avant</h3>
<p class="origines">
Publié le <span class="publish">7 janvier 2025</span> par
<span class="auteur">Arthur Poulas</span>
</p>
<p>
Yes. Our scout ships have reached Dantooine. They found the remains of a
Rebel base, but they estimate that it has been deserted.
</p>
<figure>
<img src="img/ecran-liquide.jpg" alt="Photo Mac">
<figcaption class="screen-mac">
Au moins on peut toujours changer son fond d'écran
</figcaption>
</figure>
<p>
For some time.
They are now conducting an extensive search of the surrounding systems.
</p>
<a href="./article.html">En lire plus</a>
</article>
<footer>
<p>eikon // 2021-2022</p>
</footer>
</body>
</html>