-
Notifications
You must be signed in to change notification settings - Fork 1
/
credits.html
41 lines (30 loc) · 1.22 KB
/
credits.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
<html>
<head>
<title>Mindchamp's CodeRealm</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<header style="display: flex;
align-content: flex-start;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
}">
<h1 style="margin-top:35px;margin-left:40px;">MindChamp's CodeRealm - A website created by MindChamp students</h1>
<div class="links"><a href="https://learnwithmindchamp.github.io/mindchamps-coderealm/html-tags.html" class="linkh">HTML</a>
<a href="https://learnwithmindchamp.github.io/mindchamps-coderealm/css-tags.html" class="linkh">CSS</a>
<a href="https://learnwithmindchamp.github.io/mindchamps-coderealm/credits.html" class="linkh">CREDITS</a>
</div></header>
<div >
<h1 style="margin-bottom:3px;">Made by MindChampions!</h1>
<img src="https://raw.githubusercontent.com/learnwithmindchamp/mindchamps-coderealm/main/photos/team.png">
</div>
<br>
<footer>
<div class="footer-content">
<p>© 2023 MindChamp's CodeRealm. All rights reserved.</p>
<p>Contact Us: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</footer>
</body>
</html>