-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
173 lines (160 loc) · 6.86 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <link rel="icon" type="image/png" href="./images/favicon.ico"> -->
<title>Code Hammers</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand glyphicon glyphicon-cloud" href="#"><h12 style="font-family: 'Shadows Into Light',cursive;">CodeHammers</h12></a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about">ABOUT</a></li>
<li><a href="#product">PRODUCT</a></li>
<li><a href="#tech">TECHNOLOGY</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron">
<h1>Code Hammers</h1>
<p >We specialize in web Development</p>
<button class="btn btn-success">Build me A Website</button>
</div>
<!-- SideTabs Start -->
<div class="help-tab visible-lg visible-md">
<a href="https://github.com/CodeHammers" target="_blank" >
<button class="btn btn-primary">UpWork</button>
</a>
<a href="https://github.com/CodeHammers" target="_blank" >
<button class="btn btn-primary">FreeLance</button>
</a>
<a href="https://github.com/CodeHammers" target="_blank" >
<button class="btn btn-primary">Github</button>
</a>
</div>
<!-- SideTabs End-->
<!-- Content Start -->
<div id="content">
<!-- About Section Start -->
<section id="about">
<h2 class="text-center">About us</h2>
<h4 class="text-center">We are a team of innovative developers seeking to deliver the best experience for our client</h4>
</section>
<!-- About Section End -->
<!-- WWDo Start -->
<section id="wwd">
<h2 class="text-center">What We Do</h2>
<h4 class="text-center">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</h4>
</section>
<!-- WWDo End -->
<!-- Technology Section Start -->
<section id="tech" class="container-fluid">
<div class="row">
<div class="col-md-4 col-sm-12">
<h2 >Our Technology</h2>
<hr>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris cillum.</p>
</div>
<div class="col-md-4 col-sm-6">
<div class="higlight">
<h4>C# ASP.NET <img src="images/c.png" height="30" width="30" class="pull-right"></h4>
<hr>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris cillum.</p>
</div>
<div class="higlight">
<h4 >Rails <img src="images/ruby.png" height="30" width="30" class="pull-right"></h4>
<hr>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris cillum.</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="higlight">
<h4 >AngularJS <img src="images/angular.svg" height="30" width="30" class="pull-right"></h4>
<hr>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris cillum.</p>
</div>
<div class="higlight">
<h4 >TypeScript <img src="images/Typescript.png" height="30" width="60" class="pull-right"></h4>
<hr>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris cillum.</p>
</div>
</div>
</div>
</section>
<!-- Technology Section End -->
<!-- Contact Section Start -->
<section id="contact">
<div class="container-fluid bg-grey">
<h2 class="text-center" style="">CONTACT</h2>
<div class="row">
<div style="margin-top:20px">
<div class="row">
<div class="col-sm-4 form-group">
<input class="form-control" id="name" name="name" placeholder="Name" type="text" required>
</div>
<div class="col-sm-4 form-group">
<input class="form-control" id="email" name="email" placeholder="Email" type="email"
data-error="email address is invalid" required>
</div>
<div class="col-sm-4 form-group">
<input class="form-control" id="subject" name="subject" placeholder="Subject" type="textarea" required>
</div>
</div>
<div class="help-block with-errors"></div>
<textarea class="form-control" id="message" name="message" placeholder="Message" rows="5"></textarea><br>
<div class="row">
<div class="col-sm-12 form-group">
<button class="btn btn-primary pull-right" type="submit">Send</button>
</div>
</div>
</div>
</div>
</div>
<div class="alret alert-danger invisible" id="errors">
Missing Sections need to be filled
</div>
</section>
<!-- Contact Section Start -->
</div>
<!-- Content End -->
<!-- Footer Start -->
<footer style="background-color: #337ab7;padding: 6px;padding-left: 10px">
<div>
<!--
<div class="pull-left" >
<a href="" title=""><img src="images/github.svg" height="25" width="25"></a>
</div>
-->
<h6 style="text-align: center;color: #ccc;">CopyRight © Code Hammers 2017 </h6>
</div>
</footer>
<!-- Footer End -->
<!-- libaries/Frameworks Start -->
<!-- jQuery -->
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<!-- Bootstrap -->
<link href='https://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- libaries/Frameworks End -->
<!-- Custom Script -->
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>