Skip to content

Commit 5b3cf96

Browse files
authored
Update index.html
1 parent 4150c29 commit 5b3cf96

File tree

1 file changed

+54
-23
lines changed

1 file changed

+54
-23
lines changed

index.html

Lines changed: 54 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h1 id="homeHeading"></h1>
4444
</div>
4545
</div>
4646
</header>
47-
<aside class="bg-dark" id="download">
47+
<aside class="bg-dark" id="about">
4848
<div class="container text-center">
4949
<div class="call-to-action">
5050
<h2> About of this live operating system?</h2>
@@ -109,31 +109,62 @@ <h2>Create bootable devices and ready for action!</h2>
109109
</div>
110110
</aside>
111111
<section id="contact">
112-
<div class="container">
113-
<div class="row">
114-
<div class="col-lg-8 col-lg-offset-2 text-center">
115-
<h2 class="section-heading">Interested to develop? Join now</h2>
116-
<p>We are open to anyone interested in developing this linux distro.<br>
117-
<a href="https://www.facebook.com/dindinG41TR3/">Contact and join now!</a></p>
112+
<div class="container">
113+
<div class="row">
114+
<div class="col-lg-8 col-lg-offset-2 text-center">
115+
<h2 class="section-heading">Interested to develop? Join now</h2>
116+
<p>We are open to anyone interested in developing this linux distro.<br>
117+
<a href="https://www.facebook.com/dindinG41TR3/">Contact and join now!</a></p>
118118
</div>
119119
</div>
120-
</div>
120+
</div>
121121
</section>
122-
<footer class="footer">
123-
<div class="container">
124-
<p class="text-footer">Copyright &#169; <script type='text/javascript'>var creditsyear = new Date();document.write(creditsyear.
125-
getFullYear());</script> &#60;&#60;Hack|Track GNU/Linux.</p>
122+
<link href="https://fortawesome.github.io/Font-Awesome/assets/font-awesome/css/font-awesome.css" rel="stylesheet">
123+
<!--footer start from here-->
124+
<footer>
125+
<div class="container">
126+
<div class="row">
127+
<div class="col-md-4 col-sm-6 footerleft ">
128+
<h6 class="heading7">About us</h6>
129+
<p>&#60;&#60;Hack|Track GNU/Linux is an open source operating system founder Dindin Hernawan from Indonesia that provides penetration testing. The pentest tool is generated from the source code and then compiles it.</p>
130+
<div class="logofooter" id="contact"><img src="/img/logo.png"></div>
131+
</div>
132+
<div class="col-md-2 col-sm-6 paddingtop-bottom">
133+
<h6 class="heading7">Contribution</h6>
134+
<ul class="footer-ul">
135+
<li><a href="#"> Become a Media Partner</a></li>
136+
<li><a href="#"> Joined The Project</a></li>
137+
<li><a href="#"> Become Our Sponsor</a></li>
138+
<li><a href="#"> Into Our Donation</a></li>
139+
<li><a href="#"> Write a Review</a></li>
140+
<li><a href="#"> Report Bugs</a></li>
141+
</ul>
126142
</div>
143+
<div class="col-md-3 col-sm-6 paddingtop-bottom">
144+
<h6 class="heading7">News</h6>
145+
<div class="post">
146+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<span>June 12,2017</span></p>
147+
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<span>June 11,2017</span></p>
148+
<p> Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.<span>June 9,2017</span></p>
149+
</div>
150+
</div>
151+
<div class="col-md-3 col-sm-6 paddingtop-bottom">
152+
<h6 class="heading7">Community</h6>
153+
<div>
154+
<a class="fa fa-3x fa-github" href="https://github.com/hacktracklinux/" > </a>
155+
<a class="fa fa-3x fa-facebook" href="https://web.facebook.com/groups/hacktracklinux" > </a><br><br>
156+
</div>
157+
</div>
158+
</div>
159+
</div>
127160
</footer>
128-
<!-- jQuery -->
129-
<script src="vendor/jquery/jquery.min.js"></script>
130-
<!-- Bootstrap Core JavaScript -->
131-
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
132-
<!-- Plugin JavaScript -->
133-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
134-
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
135-
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
136-
<!-- Theme JavaScript -->
137-
<script src="js/creative.min.js"></script>
138-
</body>
161+
<!--footer start from here-->
162+
<div class="copyright">
163+
<div class="container">
164+
<div class="col-md-6">
165+
<p class="cptext">Copyright &#169; <script type='text/javascript'>var creditsyear = new Date();document.write(creditsyear.
166+
getFullYear());</script> &#60;&#60;Hack|Track GNU/Linux.</p>
167+
</div>
168+
</div>
169+
</div>
139170
</html>

0 commit comments

Comments
 (0)