-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
166 lines (166 loc) · 4.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Studio</title>
<link rel="stylesheet" href="css/styles.css" />
</head>
<body>
<header class="topbarback">
<a class="logo" href="index.html">WebStudio</a>
<nav>
<ul class="lead">
<li>
<a class="topbar" href="index.html" title="Studio">Studio</a>
</li>
<li>
<a class="topbar" href="portfolio.html" title="Portfolio"
>Portfolio</a
>
</li>
<li>
<a class="topbar" href="#" title="Contacts">Contacts</a>
</li>
</ul>
</nav>
<ul class="lead">
<li>
<a class="rightbar" href="mailto:info@devstudio.com"
>info@devstudio.com</a
>
</li>
<li>
<a class="rightbar" href="tel:+12127724150">+1 212-772-4150</a>
</li>
</ul>
</header>
<main>
<section class="promobody">
<h1 class="promo">Effective Solutions For Your Business</h1>
<button class="promobutton" type="button">Request Our Service</button>
</section>
<section>
<ul class="lead">
<li>
<h3 class="minihead">Attention to Details</h3>
<p>
We go into all the details and processes of your business to
develop a customized solution.
</p>
</li>
<li>
<h3 class="minihead">Punctuality</h3>
<p>
With us, you can feel safe and secure. An important principle of
the company: respect your time and deadlines.
</p>
</li>
<li>
<h3 class="minihead">Planning</h3>
<p>
You will be able to observe and participate in every phase of
solution development and implementation.
</p>
</li>
<li>
<h3 class="minihead">Modern Technologies</h3>
<p>
We use innovative tools to solve assigned tasks. It's time to
simplify work processes.
</p>
</li>
</ul>
</section>
<section title="What We Do">
<h2 class="midhead">What We Do</h2>
<ul class="lead">
<li>
<img
src="assets/images/a1laptop.jpg"
alt="Laptop Glowing"
height="294"
width="370"
/>
</li>
<li>
<img
src="assets/images/a2laptophand.jpg"
alt="Laptop with hand typing"
height="294"
width="370"
/>
</li>
<li>
<img
src="assets/images/a3tablet.jpg"
alt="Tablet with hex color grid"
height="294"
width="370"
/>
</li>
</ul>
</section>
<section class="ourteam" title="Our Team">
<h2 class="midhead">Our Team</h2>
<ul class="lead">
<li>
<img
src="assets/images/b1christopherw.jpg"
alt="Man named Christopher Walker"
height="260"
width="270x"
/>
<h3 class="nametag">Christopher Walker</h3>
<p class="jobtitle">Product Designer</p>
</li>
<li>
<img
src="assets/images/b2kyliee.jpg"
alt="Woman named Kylie Evans"
height="260"
width="270x"
/>
<h3 class="nametag">Kylie Evans</h3>
<p class="jobtitle">Frontend Developer</p>
</li>
<li>
<img
src="assets/images/b3ryanh.jpg"
alt="Man named Ryan Harris"
height="260"
width="270"
/>
<h3 class="nametag">Ryan Harris</h3>
<p class="jobtitle">Marketing</p>
</li>
<li>
<img
src="assets/images/b4tylerm.jpg"
alt="Man named Tyler Moore"
height="260"
width="270"
/>
<h3 class="nametag">Tyler Moore</h3>
<p class="jobtitle">UI Designer</p>
</li>
</ul>
</section>
</main>
<footer class="promobody">
<address class="bottom">
<a class="logo" href="index.html">WebStudio</a>
<a
class="where"
href="https://goo.gl/maps/9Rd5TcPRFXRM2J766"
target="blank"
>
695 Park Ave, NY 10065, USA
</a>
<a class="digitalcontact" href="mailto:info@devstudio.com"
>info@devstudio.com
</a>
<a class="digitalcontact" href="tel:+1217724150"> +1 212-772-4150</a>
</address>
</footer>
</body>
</html>