Skip to content

Commit

Permalink
Merge branch 'master' into jhero23-included-starter-app-link
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaan28malik authored Oct 2, 2019
2 parents d9b7205 + 41f97b0 commit cffbc13
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1>This repo will serve a noble cause</h1>

<h1>It will test the power of OPEN SOURCE in GENERAL and HACKTOBERFEST in particular</h1>

<h2>Anyone seeing this repo just comment Hi with your name just as I have done</h1>
<h2>Anyone seeing this repo just comment Hi with your name just as I have done</h2>

<h2>Make sure that your name is within the <em>li</em> tags</h2>

Expand All @@ -53,11 +53,11 @@ <h5 style="color:rgb(150, 0, 0)">FOLLOW me if you want and if YOU want to work o
<b>

<li>HI, I am Ishaan and I am the maintainer
<a href="https://github.com/Ishaan28malik">https://github.com/Ishaan28malik</a></li>
<a href="https://github.com/Ishaan28malik">https://github.com/Ishaan28malik</a></li>

<li>HI, I am Shivam Goyal and my profile link is
<a href="https://github.com/ShivamGoyal1899">https://github.com/ShivamGoyal1899</a></li>
<li>HI, I am RaidAndFade and my profile link is
<li>HI, I am RaidAndFade and my profile link is
<a href="https://github.com/raidandfade">https://github.com/raidandfade</a></li>
<li>HI, I am Bhrigu Kansra and my profile link is
<a href="https://github.com/kinetickansra">https://github.com/kinetickansra</a></li>
Expand Down Expand Up @@ -180,20 +180,20 @@ <h5 style="color:rgb(150, 0, 0)">FOLLOW me if you want and if YOU want to work o
<li>Hi, I am Ken Abella and my profile link is
<a href="https://github.com/jkga">https://github.com/jkga</a></li>
<li>Hi, I am Yashtika Kakkar and my profile link is
<a href="https://github.com/yashtikakakkar">https://github.com/yashtikakakkar</a></li>
<li>Hi, I am Mechapope and my profile link is
<a href="https://github.com/Mechapope">https://github.com/Mechapope</a></li>
<a href="https://github.com/yashtikakakkar">https://github.com/yashtikakakkar</a></li>
<li>Hi, I am Mechapope and my profile link is
<a href="https://github.com/Mechapope">https://github.com/Mechapope</a></li>
<li>Hi, I am Prateek Punetha and my profile link is
<a href="https://github.com/PrateekPunetha">https://github.com/PrateekPunetha</a></li>
<li>HI, I am Akash M and my profile link is
<a href="https://github.com/AkashM398">https://github.com/AkashM398</a></li>
<li>Hi, I am Joel Gutierrez, but I go by JHero in the Programming Industry and my profile link is
<a href="https://github.com/JHero23">https://github.com/JHero23</a> DON'T FORGET TO FOLLOW ME
</li>
<a href="https://github.com/JHero23">https://github.com/JHero23</a></li>

</b>
</ol>
</div>

<script type="text/javascript" src="https://github.com/Ishaan28malik/HACKTOBERFEST2019/blob/master/main.js"></script>

</body>
</html>

86 changes: 86 additions & 0 deletions newsletter.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Idn Newsletter</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--===============================================================================================-->
<link rel="icon" type="image/png" href="images/icons/favicon.ico"/>
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/animate/animate.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/css-hamburgers/hamburgers.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="vendor/select2/select2.min.css">
<!--===============================================================================================-->
<link rel="stylesheet" type="text/css" href="css/util.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<!--===============================================================================================-->
</head>
<body>

<div class="bg-contact2" style="background-image: url('images/bg-01.jpg');">
<div class="container-contact2">
<div class="wrap-contact2">
<form class="contact2-form validate-form">
<span class="contact2-form-title">
Contact Us
</span>

<div class="wrap-input2 validate-input" data-validate="Name is required">
<input class="input2" type="text" name="name">
<span class="focus-input2" data-placeholder="NAME"></span>
</div>

<div class="wrap-input2 validate-input" data-validate = "Valid email is required: [email protected]">
<input class="input2" type="text" name="email">
<span class="focus-input2" data-placeholder="EMAIL"></span>
</div>

<div class="wrap-input2 validate-input" data-validate = "Message is required">
<textarea class="input2" name="message"></textarea>
<span class="focus-input2" data-placeholder="MESSAGE"></span>
</div>

<div class="container-contact2-form-btn">
<div class="wrap-contact2-form-btn">
<div class="contact2-form-bgbtn"></div>
<button class="contact2-form-btn">
Send Your Message
</button>
</div>
</div>
</form>
</div>
</div>
</div>




<!--===============================================================================================-->
<script src="vendor/jquery/jquery-3.2.1.min.js"></script>
<!--===============================================================================================-->
<script src="vendor/bootstrap/js/popper.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!--===============================================================================================-->
<script src="vendor/select2/select2.min.js"></script>
<!--===============================================================================================-->
<script src="js/main.js"></script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-23581568-13"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-23581568-13');
</script>

</body>
</html>

0 comments on commit cffbc13

Please sign in to comment.