-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (87 loc) · 3.71 KB
/
index.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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<link href='https://fonts.googleapis.com/css?family=Montserrat:thin,extra-light,light,100,200,300,400,500,600,700,800'
rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="myScript.js"></script>
</head>
<body>
<div class="topnav" id="myTopnav">
<a class="active" href="index.html">Apex Cyber</a>
<a href="cs.html">Specifications</a>
<a href="about.html">About</a>
<a href="contact.html">Contact Us</a>
<a id="book" href="login.html">Book Now</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
</section>
<section>
<div class="Container" style="overflow:hidden">
<img class="img" src="bg.jpg" >
<div class="centered">
<h1 class="mainhead" data-text="Apex Cybre Cafe">Apex Cyber Cafe</h1>
<p class="mainhead2">Challenge Everything!</p>
</div>
</div>
</section>
<!-------xxxxxxx----->
<section class="featuresd">
<div id = "container" style = "width:100%;">
<div class="wid-l75" >
<h1 >High Speed Internet </h1>
<p>Lightning Fast<b style="color:#FC6220"><i> 50 Mbps</i></b> Speed! Enjoy the freedom of endless possibilities Download any songs you like, play your favourite games, attach large files or folders, upload your trendy photos & videos; its simple & easy with Apex Cyber Cafe. </p>
</div>
<div class="wid-l25">
<img src="speedicon.png" alt="speedicon">
</div>
</div>
</section>
<section class="featuresw">
<div id = "container" style = "width:100%">
<div class="wid-l25">
<img src="pc.png" alt="pc">
</div>
<div class="wid-l75">
<h1 >High Performance Pc's</h1>
<p>Experience a new level of performance with an award-winning <b style="color:#FF7B05">Digital Storm PC</b>. Built with the latest technology, highest Quality Intel and Nvidia Components. <a href="cs.html" style="text-decoration: none;color:blue;">Learn More</a></p>
</div>
</div>
</section>
<section class="featuresd">
<div id = "container" style = "width:100%;">
<div class="wid-l75">
<h1 >Game Like a Champion</h1>
<p>Whether gaming with a few close friends or a network of dozens, Our machines give teams the edge they need to unite and take down any enemy. We provide you all Lastest Gaming Platforms Like <b style="color:#74b9ff"> Windows</b>,<b style="color:#7A6CF7"> Playstation</b>, <b style="color:#49BC6E">Xbox </b> and<b style="color:#F45735"> Nintendo.</b></p>
</div>
<div class="wid-l25">
<img src="xbox.png" alt="speedicon">
</div>
</div>
</section>
<section class="featuresw">
<div id = "container" style = "width:100%;border-top:5px solid #74b9ff">
<div id="left" class ="add" style = "float:left; width: 50%;">
<h3>Apex Cyber Cafe</h3>
<p>Hinduja College lane, 331, Raja Rammohan Roy Rd, Charni Road East, Opera House, Worli, Mumbai, Maharashtra 400035</p>
</div>
<div id="right" class="links" style = "float:right; width: 50%;">
<h3>Useful Links</h3>
<ul>
<li><a href="mywebsite.html">Home</a></li>
<li><a href="cs.html">Features</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="login.html">Book Now</a></li>
</div>
</div>
</section>
<section class="featuresd">
<div style="width:100%;border-top:5px solid #74b9ff">
<p id="copy" align="center">© Copyright<b> ApexCyber</b>. All Rights Reserved</p>
</section>
</body>
</html>