-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
128 lines (84 loc) · 3.37 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Two Scoop Games </title>
<link rel='stylesheet prefetch' href='css/bootstrap.min.css'>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="container-fluid">
<div class="header row">
<div class="col-md-6 col-sm-12 coral-bg">
<img src="images/logo.png" class="logo">
<h1>Let us build your next interactive content or game</h1>
</div>
<div class="col-md-6 col-sm-12 blue-bg cone-bg">
<h2>We’re here to make your vision that much <i>sweeter</i>.</h2>
<a href="#" class="btn"> Request a quote</a>
</div>
</div>
<div class="row">
<div class="team-intro col-sm-12">
<h3>About our team</h3>
<p>At Two Scoop Games it's our passion that sets us apart, we live to create, and we don't settle for anything but the best for your users and players. We freshly churn each of our creations completely custom to meet your needs. Contact us today and let us impress you - <i>and your clients!</i></p>
</div>
</div>
<div class="team row">
<div class="col-sm-6 col-xs-12 team-member">
<div class="module">
<div class="avatar-container"><img src="images/alex.png"/></div>
<strong>Alex Bezuska</strong><br/>
<p></p>
</div>
</div>
<div class="col-sm-6 col-xs-12 team-member">
<div class="module">
<div class="avatar-container"><img src="images/eric.png"/></div>
<strong>Eric Lathrop</strong><br/>
<p></p>
</div>
</div>
</div>
<div class="services row">
<div class="col-sm-4 service">
<div class="modul">
<div class="col-sm-3 icon-container"><i class="icon" aria-hidden="true"></i></div>
<p class="col-sm-9">service name - description of the thing we can do for the client.</p>
</div>
</div>
<div class="col-sm-4 service">
<div class="modul">
<div class="col-sm-3 icon-container"><i class="icon" aria-hidden="true"></i></div>
<p class="col-sm-9">service name - description of the thing we can do for the client.</p>
</div>
</div>
<div class="col-sm-4 service">
<div class="modul">
<div class="col-sm-3 icon-container"><i class="icon" aria-hidden="true"></i></div>
<p class="col-sm-9">service name - description of the thing we can do for the client.</p>
</div>
</div>
<div class="col-sm-4 service">
<div class="modul">
<div class="col-sm-3 icon-container"><i class="icon" aria-hidden="true"></i></div>
<p class="col-sm-9">service name - description of the thing we can do for the client.</p>
</div>
</div>
<div class="col-sm-4 service">
<div class="modul">
<div class="col-sm-3 icon-container"><i class="icon" aria-hidden="true"></i></div>
<p class="col-sm-9">service name - description of the thing we can do for the client.</p>
</div>
</div>
<div class="col-sm-4 service">
<div class="modul">
<div class="col-sm-3 icon-container"><i class="icon" aria-hidden="true"></i></div>
<p class="col-sm-9">service name - description of the thing we can do for the client.</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>