-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (51 loc) · 2.38 KB
/
index.html
File metadata and controls
53 lines (51 loc) · 2.38 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="CSS/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="BlazedByte is a team of developers who are passionate about creating games.">
<title>BlazedByte</title>
</head>
<body>
<header>
<h1>BlazedByte</h1>
<nav>
<ul>
<li><a href="#emotionbubble">Emotion bubble</a></li>
<li><a href="#about">About</a></li>
</ul>
</nav>
</header>
<div class="sections-container">
<section id="emotionbubble">
<h2>Emotion bubble</h2>
<p>
EmotionBubble est une application innovante qui vous permet de suivre vos émotions au quotidien tout en tenant un journal personnel. Visualisez l'impact de votre environnement et organisez vos pensées de manière simple et intuitive.
</p>
<a href="https://github.com/BlazedByte/EmotionBubble">Voir sur Github</a>
</section>
<section id="about">
<h2>About BlazedByte</h2>
<div class="about-container">
<div class="about-left">
<h3>The team :</h3>
<ul>
<li class="team-member"><img src="https://avatars.githubusercontent.com/u/119756130?v=4" alt="chloecureuil's logo"><a href="https://www.github.com/chloecureuil">@chloecureuil</a></li>
<li class="team-member"><img src="https://avatars.githubusercontent.com/u/72687027" alt=""><a href="https://www.github.com/nash115">@nash115</a></li>
</ul>
</div>
<div >
<h3>What we do :</h3>
<p>
BlazedByte is a team of developers who are passionate about creating games, and many other things.
</p>
</div>
</div>
</section>
</div>
<footer>
<p>BlazedByte - <a href="https://www.github.com/chloecureuil">@chloecureuil</a> - <a href="https://www.github.com/nash115">@nash115</a></p>
</footer>
</body>
</html>