-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
57 lines (57 loc) · 2.59 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Intro</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css" media="screen" charset="utf-8">
<link rel="stylesheet" href="css/main.css" media="screen" title="no title" charset="utf-8" />
</head>
<body>
<div class="nav-section">
<ul class="nav-bar">
</ul>
</div>
<section class="main-section">
<h2 class="welcome-text">HI. WE'RE TILDE.</h2>
<h1 class="welcome-text">WE LIVE AND BREATHE CODE.</h1>
<p class="welcome-text">We're a small team of developers, designers, and marketing ninjas, who are passionate about creating great products. We are here to help you build the products and tools of the future.</p>
<div class="button">MEET THE TEAM</div>
<img src="assets/team.png" alt="team-photo" class="welcome-text">
</section>
<section class="about-section">
<div class="what-we-do">
<div class="what-we-do-title">
<h4>What We Do</h4>
</div>
<div class="what-we-do-item">
<img src="assets/consulting.png" alt="consulting">
<h5>Ember.js and Product Consulting</h5>
<p>We can handle the most challenging technical problems, and we've also got architecture, product and marketing chops.</p>
</div>
<div class="what-we-do-item">
<img src="assets/speaking.png" alt="speaking">
<h5>Training and Speaking Engagements</h5>
<p>We offer public, private and group training classes for Ember.js, Ruby on Rails and JavaScript. We also speak at industry conferences.</p>
</div>
<div class="what-we-do-item">
<img src="assets/open_source.png" alt="open_source">
<h5>Open Source Development</h5>
<p>We’ve created and made contributions to some of the most notable and successful open-source projects in the world.</p>
</div>
</div>
</section>
<section class="services-section">
</section>
<section class="contact-section">
</section>
<div class="footer">
<ul class="footer">
<li><a href="#" class="footer-link">About Us</a></li>
<li><a href="#" class="footer-link">Services</a></li>
<li><a href="#" class="footer-link" id="footer-logo">TILDE</a></li>
<li><a href="#" class="footer-link">Press</a></li>
<li><a href="#" class="footer-link">Contact Us</a></li>
</ul>
</div>
</body>
</html>