-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
180 lines (171 loc) · 7.01 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
174
175
176
177
178
179
180
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Bitter:700%7CLato:300,400">
<link rel="stylesheet" href="css/style.css">
<title>Con tinuity - Award winning digital agency</title>
</head>
<body>
<header>
<nav class="navbar fixed-top navbar-light navbar-expand-md">
<div class="container">
<a class="navbar-brand" href="#"><span style="color:#5C80BC">Con</span> tinuity</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#intro">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#process">Process</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section class="intro" id="intro">
<div class="overlay">
<h1><strong>Con tinuity</strong> <br> Award winning digital agency</h1>
<p>
Team of highly skilled <strong>web</strong> and <strong>mobile development</strong> enthusiasts always on a lookout for the next big thing.
</p>
<a href="#contact" class="btn btn-primary btn-lg">Need a Quote?</a>
</div>
</section>
<section class="services" id="services">
<header>
<h1>We are great at this things</h1>
</header>
<div class="container">
<div class="row">
<div class="col-lg-4">
<article class="service-item" id="webdev">
<h2>Web Development</h2>
<p>Our web stack is based on following technologies:</p>
<ul>
<li>Ruby on Rails</li>
<li>PostgreSQL, MySQL</li>
<li>HTML, CSS, JS</li>
</ul>
</article>
</div>
<div class="col-lg-4">
<article class="service-item" id="consulting">
<h2>Technology Consulting</h2>
<p>We are technology specialists and can help with:</p>
<ul>
<li>performance optimization</li>
<li>security</li>
<li>solution architecture</li>
</ul>
</article>
</div>
<div class="col-lg-4">
<article class="service-item" id="mobiledev">
<h2>Mobile Development</h2>
<p>You can expect us delivering top notch:</p>
<ul>
<li>native Android apps</li>
<li>native iOS apps</li>
<li>hybrid mobile apps</li>
</ul>
</article>
</div>
</div>
</div>
</section>
<section class="process" id="process">
<div class="container-fluid">
<header>
<h1>The Goal Achieving Process</h1>
</header>
<div class="row">
<div class="col-md-6" id="sprint">
<article class="process-item">
<h2>Design Sprint</h2>
<p>Through a 5 day workshop, our talented team will help you define the right <strong>requirements</strong> in line with your <strong>business goals</strong> to make sure we are building right product for the right users.</p>
</article>
</div>
<div class="col-md-6" id="design">
<article class="process-item">
<h2>Design Phase</h2>
<p>Series of iterations will be made to come up with more detailed <strong>wireframes, interactive prototypes</strong> and finally slick and modern <strong>UI design</strong> ready to be transformed into code.</p>
</article>
</div>
<div class="col-md-6" id="development">
<article class="process-item">
<h2>Development phase</h2>
<p>Best practices will be used during development to ensure the best possible <strong>user experience</strong> and <strong>performance</strong>. Also, we will take all of the necessary actions to ensure <strong>scalability</strong> of the product.</p>
</article>
</div>
<div class="col-md-6" id="qa">
<article class="process-item">
<h2>Quality assurance</h2>
<p>Quality of your product is our top priority. We will take care of it in every phase of the process. Through <strong>test driven development</strong> and <strong>code reviews</strong> during development to all kinds of testing before the final deployment.</p>
</article>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<header>
<h1>Don't be a stranger</h1>
</header>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>Drop us a line!</h2>
<form action="script.php" method="POST">
<div class="form-group">
<label for="name">Name and Surname:</label>
<input type="text" name="name" id="name" class="form-control" placeholder="John Doe" required>
</div>
<div class="form-group">
<label for="email">E-mail:</label>
<input type="email" name="email" id="email" class="form-control" placeholder="[email protected]" required>
</div>
<div class="form-group">
<label for="message">Describe your project:</label>
<textarea name="message" id="message" class="form-control" placeholder="Tell us more about your project and users" required></textarea>
</div>
<input type="submit" value="Send" class="btn btn-primary form-control">
</form>
</div>
<div class="col-md-6">
<div id="contact-info">
<h2>Contact details</h2>
<p>You can always visit us at our new and shiny offices.</p>
<ul>
<li>Vlaška 20, 1000 Zagreb</li>
<li>T: <a href="tel:+3851222333">+385 (01) 222 3333</a></li>
<li>M: <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<footer>
Pixels pushed by <strong>Con tinuity</strong> © 2018. All rights reserved.
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>