-
Notifications
You must be signed in to change notification settings - Fork 1
/
ContentOverload.html
72 lines (55 loc) · 2.25 KB
/
ContentOverload.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
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 lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="DannyStyleSheet.css" type="text/css">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE-edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Content Overload </title>
</head>
<body>
<ul>
<li>
<a href=index.html>Home</a>
</li>
<li>
<a href=ProjectList.html>Projects</a>
</li>
<li>
<a herf="#">Socials</a>
<ul class="dropdown">
<li><a href="https://www.twitch.tv/barista_ace">Twitch</a></li>
<li><a href="https://www.linkedin.com/in/dannyaceshafik">LinkedIn</a></li>
</ul>
</li>
<li>
<a href=aboutMe.html>About Me</a>
</li>
</ul>
<div class="paddingit">
<h1>
Content Overlaod
</h1>
<h2>
You got this, you're a professional streamer. right?
</h2>
<img src="https://img.itch.zone/aW1nLzE1OTQ4MDM3LnBuZw==/315x250%23c/%2ByVFYd.png" alt="A cowgirl with a maid dress on a retrowave backdrop with the words Content overkill written infront" />
<div>
<h3>Role: Content Designer</h3>
<h3>Game Type: Game Jam</h3>
This was my last Game jam at UCI while I was a student there, and It means a lot to me. <em>(Although it isn’t balanced and is extremely overstimulating.)</em> I had a lot of fun making it with my friends at Studio Sol.
<br>
<br>
I hunted for content and assigned it values based on our 4 emotion scale. Here’s a gameplay video to clarify how the game looked and how the experience is playing it. <strong>You've been warned it's going to be loud.</strong>
<br>
<br>
<iframe src="CowboyStreamerOverkillGameplay.mp4"
width=100%
height="500">
</iframe>
</div>
<h3>Here's the Link If you'd like to play the game for yourself</h3>
<a href="https://maidandready.itch.io/cowboy-streamer-overkill">https://maidandready.itch.io/cowboy-streamer-overkill</a>
</div>
</body>
</html>