-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
99 lines (90 loc) · 3.68 KB
/
aboutus.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" href="/files/favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>HyperTech-About Us</title>
<meta name="author" content="Vikram P (www.hypertech.io)" />
<meta name="Robots" content="index,follow" />
<meta name="description" content="Description" />
<meta name="keywords" content="key, words" />
<link href="css/main.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="content">
<h1><a href="index.html"><span>HYPER</span>TECH</a></h1>
<ul id="menu">
<li><a href="index.html">home</a></li>
<li><a href="projects.html">projects</a></li>
<li><a href="services.html">services</a></li>
<li><a class="current" href="aboutus.html">about us</a></li>
<li><a href="contactus.html">contact us</a></li>
</ul>
<div id="pitch">
<div id="pitch-left">
<img src="images/featured.jpg" alt="" />
<div id="caption">
<span></span>
<h2>Project Battleline</h2>
</div>
</div>
<div id="pitch-right">
<div class="templ">
<img src="images/templ.jpg" />
<a class="zoom" href="" /></a>
</div>
<div class="tempr">
<img src="images/templ.jpg" />
<a class="zoom" href="" /></a>
</div>
<p id="expl">Phasellus diam sapien, fermentum a eleifend non, luctus non augue. Quisque scelerisque purus quis eros sollicitudin gravida.</p>
<p><a id="browse" href="#">Browse Projects</a></p>
</div>
</div>
<div class="col">
<h2>Project Battleline</h2>
<p>Our first try for a commercial, crossplatform First Person Shooter! We are trying to do something no one has ever done! Make a Cross Platform Game, so all gamers will unite. This will be a rough sketch of our next project which will be polished.</p>
<a class="more" href="#">read more</a>
</div>
<div class="col">
<h2>Coming Soon!</h2>
<p>Phasellus diam sapien, fermentum a eleifend non, luctus non augue. Quisque scelerisque purus quis eros sollicitudin gravida. Aliquam erat volutpat. Donec a sem consequat tortor posuere dignissim sit amet at ipsum.</p>
<a class="more" href="#">read more</a>
</div>
<div class="col last">
<h2>Coming Soon!</h2>
<p>Phasellus diam sapien, fermentum a eleifend non, luctus non augue. Quisque scelerisque purus quis eros sollicitudin gravida. Aliquam erat volutpat. Donec a sem consequat tortor posuere dignissim sit amet at ipsum.</p>
<a class="more" href="#">read more</a>
</div>
<div class="line"></div>
<div id="lists">
<ul>
<li class="title">Game Servers</li>
<li>Minecraft Server</li>
<li>TF2 Server</li>
<li>Coming Soon! Garry's Mod!</li>
</ul>
<ul>
<li class="title">Unity and Unreal</li>
<li>Project Hardline</li>
<li>Free Assets</li>
</ul>
<ul class="last">
<li class="title">Estimation</li>
<li>natoque penatibus et</li>
<li>consectetur adipiscing elit</li>
<li>eget nunc libero</li>
</ul>
<div class="x"></div>
</div>
<div id="quote">
<p>Nunc eget nunc libero. Nunc commodo euismod massa quis vestibulum. Quisque vel lorem eu libero laoreet facilisis. Aenean plac, ligula quis placerat iaculis, mi magna luctus.</p>
<p id="author">¬ Commodo Euismod</p>
</div>
<div id="footer">
<p id="flinks"><a href="#">Become a fan on Facebook</a> · <a href="#">Follow us on Twitter</a> · <a href="#">RSS</a></p>
<p>Copyright © 2015 HYPERTECH − Design: Vikram Peddinti, <a href="http://hypertech.io" title="HyperTech">HyperTech</a></p>
</div>
</div>
</body>
</html>