-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
138 lines (121 loc) · 5.37 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>K-Sports Network.com</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" media="screen and (max-width: 1000px )" href="css/phone.css">
<link href="https://fonts.googleapis.com/css2?family=Bree+Serif&family=Ubuntu:wght@700&display=swap"
rel="stylesheet">
</head>
<body>
<nav id="navbar">
<div id="logo">
<img src="logo.gif" alt="K-Sports Network.com">
</div>
<ul>
<li class="item"><a href="#Home">Home</a></li>
<li class="item"><a href="#About">About</a></li>
<li class="item"><a href="#Services">Services</a></li>
<li class="item"><a href="#Clients">Resources</a></li>
<li class="item"><a href="#Contact">Contact Us</a></li>
</ul>
</nav>
<section id="Home">
<h1 class="h-primary">Welcome to K-Sports! </h1>
<p> A single deal that would prove the advent of modern-day sports marketing.
</p>
<p> The company represents and manages some of the world's greatest sports figures
and stages hundreds of live events.It is one of the largest independent producers and distributors of
sports media.
</p>
<button class="btn">Book Now </button>
</section>
<section class="Services-container">
<h1 class="h-primary centre"> Our Services
</h1>
<div id="Services">
<div class="box">
<img src="riof.png" alt="">
<h2 class="h-secondary center">EVENTS MANAGEMENT </h2>
<p class="center"> We own, operate and commercially represent memorable events that influence every
facet of culture, with a particular focus on sports, fashion and entertainmentWe provide full
service venue management for major sporting federations and professional teams.We help build and
support new and existing professional sports leagues to meet the growing demands on global sports
properties.</p>
</div>
<div class="box">
<img src="media.png" alt="">
<h2 class="h-secondary center">MEDIA RIGHTS & DISTRIBUTION</h2>
<p class="center">On behalf of clients ranging from professional sports leagues to hit TV series,
we arrange for the distribution of more than 45,000 hours of programming annually across all
forms of media—including television, audio, fixed media, in-flight, broadband and mobile—to major
broadcasters, channels and platforms all around the world. </p>
</div>
<div class="box">
<img src="S1.png" alt="">
<h2 class="h-secondary center">SPONSORING & LICENSING</h2>
<p class="center">We support the world’s leading brands, institutions, events and trademarks
through professional licensing management. By connecting our clients with properties
interested in partnering as licensees, we help them monetize their intellectual property
while creating new avenues for marketing and promotion.
</div>
</div>
</section>
<section id="Clients-Section">
<h1 class="h-primary center">
Our Collaborations
</h1>
<div id="Clients">
<div class="Client-item">
<img src="ipl.png">
</div>
<div class="Client-item">
<img src="FIFA.png">
</div>
<div class="Client-item">
<img src="F1.png">
</div>
<div class="Client-item">
<img src="ICC.png">
</div>
<div class="Client-item">
<img src="proK.png">
</div>
<div class="Client-item">
<img src="Asian_Games.png">
</div>
</div>
</section>
<section id="Contact">
<h1 class="h-primary center"> Contact Us</h1>
<div id="Contact-box">
<form action="">
<div class="form-group">
<label for="name">Name: </label>
<input type="text" name="name" id="name" placeholder="Enter your name">
</div>
<div class="form-group">
<label for="Email">Email: </label>
<input type="email" name="name" id="Email" placeholder="Enter your Email">
</div>
<div class="form-group">
<label for="contact number">Contact number: </label>
<input type="Contact number" name="name" id="number" placeholder="Enter your contact number">
</div>
<div class="form-group">
<label for="Message">Message: </label>
<textarea name="Message" id="Message" cols="50" rows="20"></textarea>
</div>
</form>
</div>
</section>
<footer>
<div class="center">
Copyright © www.K-Sports.com All rights reserved!
</div>
</footer>
</body>
</html>