-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (72 loc) · 2.52 KB
/
Copy pathindex.html
File metadata and controls
72 lines (72 loc) · 2.52 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
<!DOCTYPE html>
<html>
<head>
<title>GAME: "Gaming, Art, Music" Entertainment</title>
<link href="style.css" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Abel|Amatic+SC|Raleway:100,200,300,400,500,600,700,800,900" rel="stylesheet">
</head>
<body>
<div class="nav">
<ul>
<a href="https://funbam.github.io">
<li class="home">Home</li>
</a>
<a href="https://funbam.github.io/GamMusic">
<li class= "music-h">Music</li>
</a>
<a href="https://funbam.github.io/GamArt">
<li class= "art-h">Art</li>
</a>
<a href="https://funbam.github.io/GamGaming">
<li class= "game-h">Gaming</li>
</a>
</ul>
</div>
<div class="header">
<div class=header-text>
<h1>GAME:</h1>
<h2>"Gaming, Art, Music" Entertainment Group</h2>
</div>
</div>
<div class=about>
<h3>About:</h3>
<p>Welcome to GAM, a website that contains recreational work done by us creators. We have music compositions, artwork, and gaming related tips, creations, and info. Jadon, Justin, and Brendon are a group of friends who made this site to share their hobbies with the world. Here is some info on us:</p>
<div class=about-people>
<div class="people">
<h4>Brendon-Funbam</h4>
<p>Hey, I'm the creator of this website and the leader of it's construction. I am also responsible for the Gaming segment and am an avid gamer.</p>
</div>
<div class="people">
<h4>Jadon-JadDoggy</h4>
<p>Hi! I’m the co-creator of this website. I am also in charge of the music section, as well as part of the game section. I like games, but not as much as Funbam. </p>
</div>
<div class=people>
<h4>Justin</h4>
<p>Justin’s Description: I like art. I like digital art. I have an Instagram. I also like origami if you are into that also. Cool, thanks. I’m not very interesting. :)</p>
</div>
</div>
</div>
<ul>
<div class=external-links>
<div class=external-title>
<li>External Sites:</li>
</div>
<a href="https://20timecodingproject.wordpress.com/">
<li>Brendon's Blog</li>
</a>
<a href="https://jaddoggysmusic.weebly.com">
<li>Jadon's Blog</li>
</a>
<a href="http://artfor20time.weebly.com/">
<li>Justin's Blog</li>
</a>
<a href=http://www.instagram.com/nitsuj.does.stuff>
<li>Justin's Instagram</li>
</a>
<a href=https://thekevindo.wixsite.com/home>
<li>Kevin Du's Games</li>
</a>
</div>
</ul>
</body>
</html>