-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
171 lines (171 loc) · 6.71 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Techbay</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link href='http://fonts.googleapis.com/css?family=Bitter:700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:600' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="js/jquery.localScroll.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</head>
<body>
<div class="navbar">
<div class="container">
<div class="brand">
<a href="#home">Techbay</a>
</div>
<ul id='navigate'>
<li><a href="#home">HOME</a></li>
<li><a href="#ser">WHAT WE DO</a></li>
<li><a href="#por">PORTFOLIO</a></li>
<li><a href="#team">TEAM</a></li>
<li><a href="#contact">CONTACT</a></li>
<li><a href="http://techbay.club/mobile" target="_blank">Mobile</a></li>
</ul>
</div>
</div>
<div class="main">
<div id="home" class="center">
<div class="container">
<div class="unit">
<h1>HELLO.</h1>
<p>We are Techbay, a lean workshop hell-bent on crafting Products, Experiences & Platforms. We work to make web a beautiful place. We craft beautiful designs and convert them into fully functional and user-friendy web app.</p>
</div>
</div>
</div>
<div id="ser" class="center">
<div class="container">
<div class="title">
<h1>WHAT WE DO</h1>
<p class='headline'>WE MAKE IT WORK & THEN BETTER</p>
</div>
<div class="row">
<div class="block">
<img src="img/globe.png" alt="">
<h3 class="title">RUBY & RAILS CONSULTING</h3>
<p>Rails app, Ruby gems, Restful APIs to scalable web Apps we have coded it all.</p>
</div>
<div class="block">
<img src="img/rocket.png" alt="">
<h3 class="title">JAVASCRIPT HACKING</h3>
<p>From Node.js to angular.js we would like to help you understand exactly how they can solve your problems.</p>
</div>
<div class="block">
<img src="img/pencil.png" alt="">
<h3 class="title">FRONT-END DEVELOPMENT</h3>
<p>Working directly with templating engines like Haml and Sass, we deliver precise and responsive designs swiftly.</p>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div id="por" class="center">
<div class="container">
<div class="title">
<h1>OUR PORTFOLIO</h1>
<p class='headline'>HERE ARE SOME OF OUR PROJECTS</p>
</div>
<div class="row">
<div class="block">
<a href="https://brtr.it" target="_blank">
<img src="img/por/brtr.png" alt="">
<h3 class="title">BRTR</h3>
</a>
</div>
<div class="block">
<a href="http://branchingminds.com" target="_blank">
<img src="img/por/branchingminds.png" alt="">
<h3 class="title">BRANCHINGMINDS</h3>
</a>
</div>
<div class="block">
<a href="https://www.chideo.com" target="_blank">
<img src="img/por/chideo.png" alt="">
<h3 class="title">CHIDEO</h3>
</a>
</div>
<div class="block">
<a href="http://estao.info" target="_blank">
<img src="img/por/estao.png" alt="">
<h3 class="title">ESTAO</h3>
</a>
</div>
<div class="block">
<a href="http://www.10xmanagement.com" target="_blank">
<img src="img/por/10x.png" alt="">
<h3 class="title">10xmanagement</h3>
</a>
</div>
<div class="block">
<a href="http://group-et.com" target="_blank">
<img src="img/por/group-et.png" alt="">
<h3 class="title">GROUPET</h3>
</a>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div id="team" class="center">
<div class="container">
<div class="title">
<h1>TEAM</h1>
<p class="headline">WHO WE ARE? INFORMATION ABOUT US</p>
<p>When you hire us, we will work directly on your project.</p>
<p>Adaptable, self motivated experts that will build a process tailor made to your project needs.</p>
</div>
<div class="row">
<div class="block">
<a href="https://github.com/hlee" target="_blank">
<img src="img/us/ken.png" alt="">
<p class="headline">HLEE</p>
</a>
</div>
<div class="block">
<a href="https://github.com/xiongbo" target="_blank">
<img src="img/us/xiongbo027.png" alt="">
<p class="headline">XIONGBO</p>
</a>
</div>
<div class="block">
<a href="https://github.com/caok" target="_blank">
<img src="img/us/caok.jpeg" alt="">
<p class="headline">CAOK</p>
</a>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div id="contact" class="center">
<div class="container">
<div class="title">
<h1>WHAT CAN WE DO FOR YOU</h1>
<p class='headline'>DO YOU HAVE A PROJECT YOU’D LIKE US TO WORK ON WITH YOU?</p>
<div id="socials">
<a href="mailto: [email protected]">
<img src="img/email.png" alt="email">
</a>
<a href="https://github.com/techbay" target="_blank">
<img src="img/Github.png" alt="github">
</a>
<a href="https://stackoverflow.com/users/4019612/kcbxlk" target="_blank">
<img src="img/Stackoverflow.png" alt="stackoverflow">
</a>
<a href="" target="_blank">
<img src="img/Facebook.png" alt="facebook">
</a>
<a href="" target="_blank">
<img src="img/Twitter.png" alt="twitter">
</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>