-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexercices.html
More file actions
89 lines (76 loc) · 4.2 KB
/
exercices.html
File metadata and controls
89 lines (76 loc) · 4.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://cmp.osano.com/AzZiaqU2qx8RJ3C37/b1df99b3-b801-413a-94df-2e083f4d1b58/osano.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS -->
<link rel="stylesheet" href="assets/css/global.css">
<!-- Preload images -->
<!-- Fonts -->
<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=Ubuntu:wght@400;700&display=swap" rel="stylesheet">
<title>Gaspard TORTERAT | Computer science student | Computer vision | EPITA</title>
<meta name="description" content="Welcome to my website that showcases some of my digital creations. | KEYWORDS">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favi-32-no-bg.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<main>
<h1 id="index-top">Gaspard <b>TORTERAT</b></h1>
<h2>Skills in computer science</h2>
<div class="flexbox1">
<div class="box_exercises">
<h3>Sample Web Pages exercises</h3>
<p><a href="exercises/page-1.html">A Tale of Two Cities</a></p>
<p><a href="exercises/page-2.html">Purple Rain</a></p>
<p><a href="exercises/page-3.html">Web Page with Sections</a></p>
<p><a href="exercises/page-4.html">Vincent van Gogh</a></p>
<p><a href="exercises/page-5.html">Irish Tourism</a></p>
<p><a href="exercises/page-6.html">Smoothies</a></p>
<p><a href="exercises/page-7.html">Software Analytics</a></p>
<p><a href="exercises/page-8.html">The Box Model</a></p>
<p><a href="exercises/flexbox-sample.html">Responsive grid of rows and columns</a></p>
<p><a href="exercises/hero-text.html">Hero block with animated text</a></p>
<p><a href="exercises/hero-image.html">Hero block with background image</a></p>
<p><a href="exercises/hero-video.html">Hero block with background video</a></p>
</div>
<div class="box_fun">
<h3>Surprise links</h3>
<p><a href="https://www.fisheries.noaa.gov/s3/2023-06/750x500-Great-White-iStock.jpg" target="_blank" rel="noopener">911</a></p>
<p><a href="https://img.freepik.com/free-vector/isolated-tree-white-background_1308-26130.jpg" target="_blank" rel="noopener">A screamer</a></p>
<p><a href="https://us-tuna-sounds-images.voicemod.net/88463959-b331-4a6a-b9ee-9843ec1a9229-1665760464118.png" target="_blank" rel="noopener">A cute image</a>
</p>
</div>
<div class="Portfolio">
<h3>Portfolio</h3>
<p><a href="portfolio/fashion/index.html" target="_blank" rel="noopener">Fashion SUPER SNAZZY</a></p>
<p><a href="portfolio/smoothies/index.html" target="_blank" rel="noopener">Smooth Smoothies</a></p>
<p><a href="portfolio/crypto-wallet/index.html" target="_blank" rel="noopener">Crypto-Wallet</a></p>
<p><a href="portfolio/project-hero/index-1.html" target="_blank" rel="noopener">Hero-Blocks</a></p>
<p><a href="portfolio/project/project-multi-column/index.html" target="_blank" rel="noopener">Various columns</a></p>
</div>
</div>
</main>
<footer></footer>
<!-- footer ends here -->
<script>
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#000"
},
"button": {
"background": "#f1d600"
}
},
"content": {
"href": "gaspardcode.github.io/privacy.html"
}
});
</script>
</body>
</html>