-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (64 loc) · 3.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./style.css">
<title>KONING</title>
</head>
<body>
<div id="circle"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="cursor.js"></script>
<div class="navbar">
<a href="#" class="logo">KONING</a>
<ul class="nav">
<li><a href="#start"></a></li>
<li><a href="#portfolio">PORTFOLIO</a></li>
<li><a href="#clients">CLIENTS</a></li>
<li><a href="#about">ABOUT US</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</div>
<div id="start">
<img src="giphy.gif" alt="https://giphy.com/gifs/xT39DgKMixPKDrwzf2/html5">
<h1>BE THE RULER <br> OR BE SOMEONE GREATER.</h1>
</div>
<div id="portfolio">
<h2>PORTFOLIO</h2>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Veritatis, aut eos iste optio repellendus accusantium nihil odio! Eius dolore dolor dolores fugiat ratione omnis corporis. Ut fuga enim illo? Odit explicabo atque fugiat totam itaque. Repellat eius minima sapiente perferendis cupiditate, eveniet dolorum, voluptate repudiandae nam officia eaque necessitatibus laboriosam. Accusamus doloremque praesentium, harum culpa quos nobis fuga atque iste dolores, voluptatum porro quam quibusdam corrupti maiores, expedita cumque. Totam.</p>
</div>
<div id="clients">
<h2>CLIENTS</h2>
<p>Adidas in 2010. For a 360° Campaign.</p>
<p>Pepsi in 2012. For "Sip it With Ya Soul" Advert Webpage.</p>
<p>KFC in 2013. For the "Grill-kissed!" Advert.</p>
<p>Ferrari in 2013. For a Computer Imaging tie-up.</p>
<p>Duolingo, Maserati, Monster Energy, Redbull Racing, Dean Ambrose and hundreds of other satisfied, and notable clients.</p>
</div>
<div id="about">
<h2>ABOUT US</h2>
<p>We are the KONING™ makers. <br> We are a group of highly ambitious people who run a creative agency. <br>We provide the resources and talent to make your dream movie, series, website, and merch irresistable!</p>
</div>
<div id="contact">
<h2>CONTACT</h2>
<div><div id="text">Contact us via:
<br> +1-909-3456-97654(Toll-Free global line.)
<br> [email protected](Our Electronic mail.)</div>
<div><br>Or you could Walk in/Snail Mail at these Offices:</div>
<div id="text"><br> California,USA.
<br> 3129 Doctors Drive
<br> Los Angeles
<br> California, USA
<br> 90017</div>
<div id="text"><br> Gauteng,SA.
<br> 1889 Marconi St
<br> Odin Park
<br> Gauteng, SA
<br> 1830</div>
<div id="text"><br> Singapore,Singapore.
<br> 31 International Business Park Creative House
<br> Singapore
<br> 609921</div>
</div>
</div>
</body>
</html>