-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (53 loc) · 2.38 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Corps</title>
</head>
<body>
<header>
<nav>
<aside class="logo"><span style="color: #e8491d;">Corps</span> Web Design</aside>
<ul class="menu">
<li><a href="index.html" class="menu-links" id="orange">HOME</a></li>
<li><a href="about.html" class="menu-links">ABOUT</a></li>
<li><a href="services.html" class="menu-links">SERVICES</a></li>
</ul>
</nav>
</header>
<section class="section-1">
<h1>Affordable Professional Web Sites</h1>
<p>We provide affordable and highly professional Web Sites services. If you get anything better for less, we will give the website for free.</p>
</section>
<section class="section-2">
<h3>Subscribe to our Newsletter</h3>
<form action="">
<input type="email" class="email" placeholder="Enter email...">
<input type="submit" class="submit" value="Subscribe">
</form>
</section>
<section class="section-3">
<aside>
<figure><img src="https://jolly-kalam-23776e.netlify.app/corps/img/logo_html.png" alt="Logo HTML"></figure>
<h3>HTML Markup</h3>
<p>Hypertext Markup Language is the standard markup language for creating web pages and web applications. It is used with CSS.</p>
</aside>
<aside>
<figure><img src=" https://jolly-kalam-23776e.netlify.app/corps/img/logo_css.png" alt="Logo CSS3"></figure>
<h3>CSS3 Styling</h3>
<p>CSS stands for Cascading Style Sheets. CSS describes how HTML elements are to be displayed on screen, paper, or in other media.</p>
</aside>
<aside>
<figure><img src="https://jolly-kalam-23776e.netlify.app/corps/img/logo_brush.png" alt="Logo Designer Gráfico"></figure>
<h3>Graphics Design</h3>
<p>Graphic design is the process of visual communication and problem-solving through the use of typography, photography and illustration.</p>
</aside>
</section>
<footer>
<p>Corps Web Design, Copyright © 2019</p>
</footer>
</body>
</html>