-
Notifications
You must be signed in to change notification settings - Fork 56
/
index.html
128 lines (98 loc) · 5.26 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<title>hacktoberfest repo</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Nova+Square&family=Ubuntu&display=swap" rel="stylesheet">
</head>
<body>
<section id="navbar">
<nav class="navbar navbar-dark bg-dark fixed-top">
<div class="container-fluid">
<img class="logo" src="img\logo.jpg" alt="">
<a class="navbar-brand" href="#">Hacktoberfest</a>
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasDarkNavbar" aria-controls="offcanvasDarkNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="offcanvas offcanvas-end text-bg-dark" tabindex="-1" id="offcanvasDarkNavbar" aria-labelledby="offcanvasDarkNavbarLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasDarkNavbarLabel">Hacktoberfest</h5>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Dropdown
</a>
<ul class="dropdown-menu dropdown-menu-dark">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
</ul>
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-success" type="submit">Search</button>
</form>
</div>
</div>
</div>
</nav>
</section>
<section class="middle">
<div class="row">
<div class="col cl-md-6">
<img src="img\fDlbfDDmjA1wMhzq.jpg" alt="">
</div>
<div class="col cl-md-6">
<img src="img\opengraph.da6e44c0.png" alt="">
</div>
</div>
</section>
<div class="text">
<h2>How to CONTRIBUTE ?</h2>
<ol>
<li>Search about the the topic or domain on which you want to contribute like changes in style, resizing, changing fonts, etc.</li>
<li>Take the reference from below example and structure your information similar to that .</li>
<li>Check whether the contribution you are providing is valid.</li>
<li>Commit your change and go for pull request.</li>
<p>NOTE1 - Contribution must be done in the given format. Pull request wont be accepted if the format is wrong.<br>
NOTE2 - Contribution you are providing must be applicable in web and valid.</p>
</ol>
</div>
<section id="Contribution">
<h2>Contribute here...</h2>
<div class="you">
<!-- write the single line info about 'Hacktoberfest' in para tag ? -->
<p class="Vishal">- Hacktoberfest is a coding event with great swags . </p>
<p class="gaurav">- Hacktoberfest is a open source program . </p>
<p class="yash mali">- Hacktoberfest love you . </p>
<p class"=shreyash">- Hacktoberfest is a great program to learn how open source platforms work. </p>
<p class="Alok">- Hacktoberfest is an all month event for open source enthusiasts.</p>
</div>
<div class="Hacktober Completed">
<!-- write the single line info about 'Hacktoberfest' in para tag ? -->
<p class="Prahlad">- Hacktoberfest is a coding event with great swags . </p>
<p class="gaurav">- Hacktoberfest is a open source program . </p>
<p class"=shreyash">- Hacktoberfest is a great program to learn how open source platforms work. </p>
</div>
</section>
</body>
</html>