Skip to content

Commit

Permalink
commit to migrate existing code of the site
Browse files Browse the repository at this point in the history
  • Loading branch information
Prakash Prasad committed Feb 13, 2019
1 parent 21b3e8e commit 705ca08
Show file tree
Hide file tree
Showing 35 changed files with 441 additions and 0 deletions.
98 changes: 98 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"/>
<title>Snowball Fight - About</title>
<link rel="stylesheet" type="text/css" href="content/css/style.css" />
<link rel="shortcut icon" href="content/Snowball.ico" />
</head>
<body>

<div id="wrap">
<div id="header">
<center><img src="content/images/logo.png" /></center>
</div>

<div id="nav">
<ul>
<li><a href="index.html">Trailer</a></li>
<li><a href="about.html">More About The Game</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="team.html">Credits</a></li>
</ul>
</div>

<div id="main">
<h2>A light-hearted colorful game for childish hearts.</h2>
<center>
<p>
<object width="480" height="385">
<param name="movie" value="https://www.youtube.com/v/bf87sZMGBW4?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="https://www.youtube.com/v/bf87sZMGBW4?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed>
</object>
</p>
<p>Extremely efficient in preventing winter depressions!</p></center>
<center>
<p>
<object width="480" height="385">
<param name="movie" value="https://www.youtube.com/v/UktTNKwZKs0?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="https://www.youtube.com/v/UktTNKwZKs0?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed>
</object>
</p>
</center>
<p>Snowball Fight is a multiplayer-only FPS game developed using the Unreal engine. It aims at offering jolly fast-paced gameplay inspired by children's play with snowballs.</p>
<center>
<p>
<object width="480" height="385">
<param name="movie" value="https://www.youtube.com/v/3t9uDcTmHzg?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="https://www.youtube.com/v/3t9uDcTmHzg?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed>
</object>
</p>
</center>
<p>Players take on the role of kids who are fighting across a snow covered playground in a colorful cartoonish cel-shaded setting.</p>
<center>
<p>
<object width="480" height="385">
<param name="movie" value="https://www.youtube.com/v/Mt13eNG_jnw?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="https://www.youtube.com/v/Mt13eNG_jnw?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed>
</object>
</p>
</center>
<p><string>Snow</strong> can be useful for both offensive and defensive play. In the shape of snowballs, snow can be thrown against opponents and 'knock them out' or be used to build snow walls which offer protection and strategic flexibility.</p>
<center>
<p>
<object width="425" height="344">
<param name="movie" value="https://www.youtube.com/v/qRfHKbVfV78?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="https://www.youtube.com/v/qRfHKbVfV78?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed>
</object>
<object width="425" height="344">
<param name="movie" value="https://www.youtube.com/v/-_jYKnNikwQ?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="https://www.youtube.com/v/-_jYKnNikwQ?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed>
</object>
</p>
</center>
<p>The game is based on team play and players are divided into two teams; team saber-toothed cat and team polar bear. Through hectic snowball throwing and wall building, the rivaling teams strive after dominating the center of the playground for the longest duration of time.</p>

</div>

<div id="footer">
<p>Epic, Epic Games, Unreal, Unreal Development Kit, Unreal Engine, Unreal Technology and the Unreal
Development Kit logo are trademarks or registered trademarks of Epic Games, Inc. in the United States of America and elsewhere.</p>
</div>
</div>

</body>
</html>
Binary file added content/Snowball.ico
Binary file not shown.
125 changes: 125 additions & 0 deletions content/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;

/* thanks to https://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
/* and https://www.puremango.co.uk/2010/04/css-gradient/ */
/* fallback (Opera) */
background: #c6989f;
/* Mozilla: */
background: -moz-linear-gradient(top, #c6989f, #e9d6d6);
/* Chrome, Safari: */
background: -webkit-gradient(linear, left top, left bottom, from(#c6989f), to(#e9d6d6));
/* MSIE */
filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#c6989f', EndColorStr='#e9d6d6', GradientType=0);

background-attachment:fixed;
overflow: auto;
}

#wrap {
width: 75%;
height: 100%;
margin: 0 auto;
/* background: #ccc; */
}

#header {
padding: 5px 10px;
/* background:#ddd; */
}

#nav {
text-align: center;
padding: 5px 10px;
/* background:#c99; */
}

#main {
float: left;
width: 100%;
padding: 10px;
/* background:#9c9; */
}

#sidebar {
float: right;
width: 30%;
padding: 10px;
/* background:#c9c; */
}

* html #footer {
height: 1px;
}

#footer {
clear: both;
padding: 5px 10px;
text-align: center;
/* background:#cc9; */
}

#footer p {
margin: 0;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-size: x-small;
font-weight: 100;
text-align: center;
}

#nav ul {
margin: 0;
padding: 0;
list-style: none;
width: inherit;
}

#nav ul a {
padding-right: 32px;
padding-left: 32px;
line-height: 75px;
vertical-align: middle;
text-decoration: none;
font-family: frosty_font;
font-size: 25px;
color: #000000;
}

#nav ul a:hover {
color: #FFFFFF;
}

#nav li {
display: inline;
margin: 0;
padding: 0;
}

@font-face {
/* thanx to https://symphony-of-dot-net.blogspot.com/2010/03/making-css-custom-font-works-with-ie.html */
font-family: frosty_font;
/* MSIE: */
src: url('../../content/font/FROSTY.eot');
/* Mozilla, Chrome, Safari: */
src: local(FROSTY), url('../../content/font/FROSTY.TTF') format('opentype');
}

p {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
}

h1 {
margin: 0;
font-family: frosty_font;
font-size: xx-large;
}

h2 {
margin: 0 0 1em;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-size: x-large;
}
Binary file added content/font/FROSTY.TTF
Binary file not shown.
Binary file added content/font/FROSTY.eot
Binary file not shown.
Binary file added content/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/pubimg/CocoaStand.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/pubimg/FracturableWalls.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/pubimg/ObjectiveFlag.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/pubimg/camera_angle_XChanged.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions download.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"/>
<title>Snowball Fight - Download</title>
<link rel="stylesheet" type="text/css" href="content/css/style.css" />
<link rel="shortcut icon" href="content/Snowball.ico" />
</head>
<body>

<div id="wrap">
<div id="header">
<center><img src="content/images/logo.png" /></center>
</div>

<div id="nav">
<ul>
<li><a href="index.html">Trailer</a></li>
<li><a href="about.html">More About The Game</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="team.html">Credits</a></li>
</ul>
</div>

<div id="main">
<p>Download Latest Version <a href="https://www.itu.dk/people/prpr/content/UDKInstall-SnowBall.exe">Here</a></p>
<h2>PC Requirements</h2>
<p>The game must run on PCs which minimum requirements are identical to these of UDK:</p>
<p>- Windows XP SP2 or Windows Vista</p>
<p>- 2.0+ GHz processor</p>
<p>- 2 GB system RAM</p>
<p>- SM3-compatible video card</p>
<p>- 3 GB Free hard drive space</p>
<p><em>LAN access is another requirement as the game is multiplayer-only.</em></p>

<h2>Install and play instructions</h2>
<p>Once the game is installed from this, the game is ready to be played. In order to play the procedure is:</p>
<p>- Find host computer's IP Address</p>
<p>- Open the "Start Menu" > "Snowball Fight"</p>
<p>- Select "Host Game"</p>
<p>- Click on "Ready" to start game</p>
<p>- Add Clients on other computers by "Start Menu" > "SnowBall Fight" > "Join Game" > Enter Host Computer's IP Address > "Ready"</p>
<p>- Repeat procedure to add more clients.</p>

<h2>Have fun!</h2>
</div>

<div id="footer">
<p>Epic, Epic Games, Unreal, Unreal Development Kit, Unreal Engine, Unreal Technology and the Unreal
Development Kit logo are trademarks or registered trademarks of Epic Games, Inc. in the United States of America and elsewhere.</p>
</div>
</div>

</body>
</html>
46 changes: 46 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"/>
<title>Snowball Fight</title>
<link rel="stylesheet" type="text/css" href="content/css/style.css" />
<link rel="shortcut icon" href="content/Snowball.ico" />
</head>
<body>

<div id="wrap">
<div id="header">
<center><img src="content/images/logo.png" /></center>
</div>

<div id="nav">
<ul>
<li><a href="index.html">Trailer</a></li>
<li><a href="about.html">More About The Game</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="team.html">Credits</a></li>
</ul>
</div>

<div id="main">
<center>
<p>
<object width="600" height="465">
<param name="movie" value="https://www.youtube.com/v/neSLIz7V-_Q?fs=1&amp;hl=en_US&amp;hd=1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="https://www.youtube.com/v/neSLIz7V-_Q?fs=1&amp;hl=en_US&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="600" height="465"></embed>
</object>
</p>
</center>
</div>

<div id="footer">
<p>Epic, Epic Games, Unreal, Unreal Development Kit, Unreal Engine, Unreal Technology and the Unreal
Development Kit logo are trademarks or registered trademarks of Epic Games, Inc. in the United States of America and elsewhere.</p>
</div>
</div>

</body>
</html>
Binary file added not_int_use/BG.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added not_int_use/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added not_int_use/favicon.ico
Binary file not shown.
Binary file added old/2/images/credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added old/2/images/credits.psd
Binary file not shown.
Binary file added old/2/images/index_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added old/2/images/index_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added old/2/images/index_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added old/2/images/index_04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added old/2/images/index_05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added old/2/images/index_06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions old/credits.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>

<style>
#top{width:1024px; height:151px;}
#left{float:left;}
#right{float:left;}
.menu_item{width:301px; float:left;}
.clear{clear:both;}
a:link{border:none;}
img{border:0px;}
</style>

</head>

<body>
<div id="top"><a href="index.html"><img src="2/images/index_01.png" width="1024" height="152" /></a></div>
<div class="clear"></div>

<div id="left">
<div class="menu_item"><a href="https://www.youtube.com/watch?v=neSLIz7V-_Q" Target="_Blank"><img src="2/images/index_02.png" width="301" height="107" /></a></div>
<div class="clear"></div>
<div class="menu_item"><a href="https://itu.dk/people/prpr/UDKInstall-SnowBall.exe"><img src="2/images/index_04.png" width="301" height="112" /></a></div>
<div class="clear"></div>
<div class="menu_item"><a href="credits.html"><img src="2/images/index_05.png" width="301" height="113" /></a></div>
<div class="clear"></div>
<div class="menu_item"><img src="2/images/index_06.png" width="301" height="284" /></div>
</div>
<div id="right"><img src="2/images/credits.png" width="723" height="616" /></div>

</body>
</html>
Loading

0 comments on commit 705ca08

Please sign in to comment.