Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues created #6

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Hacktober-Fest-site/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Hacktober-Fest-site
78 changes: 78 additions & 0 deletions Hacktober-Fest-site/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<script src="./index.js"></script>
<link href='https://fonts.googleapis.com/css?family=Aclonica' rel='stylesheet'>
<link rel="stylesheet" href="./about.css">
<script src="./about.js"></script>

<title>About Us</title>
</head>
<body>
<header id="header">

<!-- Navbar -->

<nav>
<div id="nav-top">
<h3>Hacktober Fest</h3>
<div id="menu-btn">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
</div>

<ul id="links">
<li><a href="./index.html">Home</a></li>
<li><a href="./about.html">About Us</a></li>
<li><a href="#">Resources</a></li>
<li><a href="#">Events</a></li>
<li><a href="./faq.html">Faq</a></li>

</ul>
</nav>




<!-- about us Page banner -->
<div class="about">
About Us
</div>
<div class="about0 inline-photo show-on-scroll">
<p>Open source is changing the world - <span class="pullreq">one pull request</span> at a time.</p>
</div>
<div class="about1 inline-photo show-on-scroll">
<p>Hacktoberfest is a month-long celebration of open source software in partnership with Github .</p>
</div>
<div class="about2 inline-photo show-on-scroll">
<p>Hacktoberfest is open to everyone in our global community. Whether you’re new to development, a student, long-time contributor, event host, or company of any size, you can help drive growth of open source and make positive contributions to an ever-growing community.
</p>
</div>
<div class="about3 inline-photo show-on-scroll">
<p>All backgrounds and skills levels are encouraged to complete the challenge.</p>
</div>
</header>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="index.js"></script>

</body>
</html>











File renamed without changes.
Loading