-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (57 loc) · 3.13 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
<!DOCTYPE html>
<html>
<head>
<title>K-Rod Technology</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="wrap">
<header class="main-header">
<img class="rotate clearfix resizelogo" src="img/K-Rod-01.png" alt="logo" align=left>
<div class="container ">
<h1>K-Rod Technology</h1>
</div>
<div class="containerflex">
<ul class="main-nav containerflex">
<li><a href="#">Home</a></li>
<li><a href="#">Forensics</a></li>
<li><a href="#">Cyber-security</a></li>
<li><a href="#">Compliance</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="#">About</a></li>
</ul>
</div>
</header>
<div class="container2">
<div class="primary col">
<h2>1776</h2>
<p>Everything in this city is worth waiting in line for.</p>
<p>In 1776, America's Founders came together in Philadelphia to draw up a "Declaration of Independence," ending political ties to Great Britain. Written by Thomas Jefferson, it is the fundamental statement of people's rights and what government is and from what source it derives its powers:
WE hold these Truths to be self-evident, that all Men are created equal, that they are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty, and the Pursuit of Happiness--That to secure these Rights, Governments are instituted among Men, deriving their just Powers from the Consent of the Governed.</p>
</div><!--/.primary-->
<div class="secondary col">
<h2>The Founders</h2>
<p>The Founders; were declaring that we are all equal, and that we are defined by rights that we are born with, not given to us by government.</p>
<p> Among those rights is the right to pursue happiness--to live our lives as we think best, as long as we respect the right of all other individuals to do the same. The Founders also declared that governments are created by people to secure their rights. Whatever powers government has are not "just" unless they come from us, the people. </p>
</div><!--/.secondary-->
</div><!--/.container-->
<div align="center">
<h3>Contact Us</h3>
<p >123 Grade Lane, Prospect, Kentucky.</p>
<ul class="media-nav">
<li><a href="#" target="_blank" class="social-image"><img class="facebook-icon" src="./img/facebook.png" alt="Social Icon" style="width:50px;height:50px;"></a></li>
<li><a href="#" target="_blank" class="social-image"><img class="twitter-icon" src="./img/twitter.png" alt="Social Icon" style="width:50px;height:50px;"></a></li>
<li><a href="#" target="_blank" class="social-image"><img class="googleplus-icon" src="./img/g+.png" alt="Social Icon" style="width:50px;height:50px;"></a></li>
<li><a href="#" target="_blank" class="social-image"><img class="youtube-icon" src="./img/youtube.png" alt="Social Icon" style="width:50px;height:50px;"></a></li>
</ul>
</div>
<hr>
<div><footer class="main-footer">
<p>©2019 K-Rod, LLC. All rights reserved.</p>
<a href="#top">Back to top »</a>
</footer>
</div>
</div><!--/.wrap-->
</body>
</html>