-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain1.html
More file actions
85 lines (83 loc) · 3.11 KB
/
main1.html
File metadata and controls
85 lines (83 loc) · 3.11 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>PEC SportoCrats</title>
{% load static %}
<link rel="stylesheet" href="{% static 'main.css' %}">
</head>
<body>
<header class="header1 can group">
<h1 class="logo">
{% load static %}
<a href="main1.html" ><img src="{%static 'Pec1.png'%}"
alt="Image of logo" height="80px" width="125px"> PEC SportoCrats</a>
</h1>
<br>
<br>
<br>
<br>
<br>
<h3 class="tag">Chandigarh,India</h3>
<br>
<nav class="nav nav1 hi b">
   <a href="main1.html">Home</a>   
   <a href="register.html">Register</a>   
   <a href="announce.html">Announcements</a>   
   <a href="aboutus.html">About Us</a>   
   <a href="contactus.html">Contact Us</a>   
</nav>
</header>
<br>
<br>
<br>
<br>
<section class="main can">
<h2>Enroll Today!!</h2>
<br>
<p class="quo"> NEVER SAY NEVER BECAUSE LIMITS, LIKE FEARS <br>ARE OFTEN JUST ILLUSIONS</p>
<p class="mast">- Michael Jordan</p>
<br>
<a class="butn butn-alt blink" href="register.html">Register Now</a>
</section>
<section class="row">
<div class="grid">
<section class="teaser col-1-3">
<a href="aboutus.html">
<h3>Know More</h3>
</a>
<p>This section is about various announcements regarding SportoCrats.</p>
</section><!--
--><section class="teaser col-1-3">
<a href="register.html">
<h3><strong>Games</strong></h3>
</a>
<ul style="list-style-type:circle;">
<li>Cricket</li>
<li>Football</li>
<li>Chess</li>
<li>Athletics</li>
<li>Badminton</li>
<li>Baketball</li>
<li>Table Tennis</li>
</ul>
</section><!--
--><section class="teaser col-1-3">
<a href="contactus.html">
<h3>Contact Us</h3>
</a>
<p>For any queries please contact us by clicking on this link</p>
</section>
</div>
</section>
<footer class="footer1 can group">
<small>© Shubham Arya</small>
<nav class="nav foo">
 <a href="main1.html">Home</a> 
 <a href="register.html"> Register </a> 
 <a href="aboutus.html"> About Us </a> 
 <a href="contactus.html"> Contact Us </a> 
</nav>
</footer>
</body>
</html>