-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathourProcess.html
More file actions
184 lines (165 loc) · 6.26 KB
/
ourProcess.html
File metadata and controls
184 lines (165 loc) · 6.26 KB
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
181
182
183
184
<!DOCTYPE html>
<html>
<head>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link rel="icon" href="assets/images/schull-technologies-logo-black.png">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="assets/style.css">
<title>Our Process | Schulltech</title>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</head>
<body>
<div class="modal_content">
<i class="material-icons close">close</i>
<ul>
<a href="about.html"><li>About</li></a>
<a href="ourProcess.html"><li>Our Process</li></a>
<a href="team.html"><li>Team</li></a>
<a href="contact.html"><li>Contact</li></a>
</ul>
</div>
<section class="section2">
<nav class="navbar-toggleable-md navbar-inverse bg-inverse">
<div class="container-fluid">
<div class="row">
<div class="col-md-8 offset-md-2">
<div class="row">
<div class="col-md-4 col-xs-3 col-sm-3">
<a class="navbar-brand" href="index.html">
<img src="assets/images/schull-technologies-logo-black.png" alt="">
</a>
</div>
<div class="col-md-8 col-xs-3 col-sm-6">
<div class="navbar_contain">
<div class="navbar_1"></div>
<div class="navbar_2"></div>
<div class="navbar_2"></div>
</div>
<div id="navbarSupportedContent">
<ul>
<li>
<a class="nav-link" href="about.html">ABOUT
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ourProcess.html">OUR PROCESS </a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">TEAM</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html"><button>Contact Us</button></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<div class="caption container-fluid">
<div class="row">
<div class="col-lg-5 offset-md-2 col-md-6 col-sm-12 col-sx-12 ">
<div class="card">
<div class="card-content">
<span class="card-title">Agility is the key to delivering shippable and viable products on time and on budget</span>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="process container-fluid">
<h2>Delivery Process</h2>
<div class="row">
<div class="col-md-8 offset-md-2">
<div class="first row">
<div class="stag col-md-6">
<div class="card-content">
<span class="card-title">Analysis State</span>
<p>A pre-development stage where all conceptual
and technical designs are determined and
executed progressively according to scope to
meet the business needs.</p>
</div>
</div>
<div class="col-md-6 text-center">
<img src="assets/images/Asset 51.png" alt="">
</div>
</div>
<div class="second row">
<div class="one col-md-6">
<div class="card-content">
<span class="card-title">Design & Build State</span>
<p>This is a development, validation and deployment
stage where the targeted deliverables are deployed
for end user’s interaction and close out.</p>
</div>
</div>
<div class="col-md-6 text-center">
<img src="assets/images/Asset 52.png" alt="">
</div>
</div>
<div class="third row">
<div class="one col-md-6">
<div class="card-content">
<span class="card-title">Delivery State</span>
<p>The initial stage in the process where information
about the project is gathered through series of
client engagements. Scopes and timelines are
defined.</p>
</div>
</div>
<div class="col-md-6 text-center">
<img src="assets/images/Asset 53.png" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="form container-fluid">
<h2>Want to work with us?</h2>
<form action="/action_page.php">
<div class="row" style= "margin-left:0px; margin-right:0">
<div class="col-md-8 offset-md-2" >
<div class="row">
<div class="form-group col-md-6">
<input type="name" class="form-control" id="name" placeholder="Your name" name="name">
</div>
<div class="form-group col-md-6">
<input type="email" class="form-control" id="email" placeholder="Your email address" name="email">
</div>
</div>
<div class="form-group">
<textarea type="text" class="form-control" id="text" placeholder="How can we help you?"
name="email"></textarea>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</form>
</div>
<footer>
<div class="row">
<div class="col-md-8 offset-md-2">
<p>©<span>Schull Technologies 2019</span></p>
</div>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="assets/script.js"></script>
<script src="assets/js/jquery-2.2.4.min.js"></script>
</body>
</html>