-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (85 loc) · 4.53 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
<!DOCTYPE html>
<html lang="en">
<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">
<title>MyClassPlan | Home Page</title>
<link rel="icon" href="img/backpack2.png">
<link rel="stylesheet" href="css/main.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700:wght@100;300;500;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<header>
<a href="#" class="logo">MySchool<span>Plan</span></a>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Sobre</a></li>
<li><a href="#">Recursos</a></li>
</ul>
<a href="#">Entrar</a>
<a href="#">Cadastre-se</a>
</nav>
<svg width="101" height="29" viewBox="0 0 101 29" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M86.1429 25.4286C92.0602 25.4286 96.8572 20.6316 96.8572 14.7143C96.8572 8.79695 92.0602 4 86.1429 4C80.2255 4 75.4286 8.79695 75.4286 14.7143C75.4286 20.6316 80.2255 25.4286 86.1429 25.4286Z" stroke="#3A3A3A" stroke-width="7.14286" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M50.4286 25.4286C56.3459 25.4286 61.1429 20.6316 61.1429 14.7143C61.1429 8.79695 56.3459 4 50.4286 4C44.5112 4 39.7143 8.79695 39.7143 14.7143C39.7143 20.6316 44.5112 25.4286 50.4286 25.4286Z" stroke="#3A3A3A" stroke-width="7.14286" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.7143 25.4286C20.6316 25.4286 25.4286 20.6316 25.4286 14.7143C25.4286 8.79695 20.6316 4 14.7143 4C8.79695 4 4 8.79695 4 14.7143C4 20.6316 8.79695 25.4286 14.7143 25.4286Z" stroke="#3A3A3A" stroke-width="7.14286" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</header>
<!--Primeira parte da página principal-->
<section class="hero">
<h1>Organize seu caminho para o sucesso escolar.</h1>
<p class="subfrase">
MySchoolPlan está aqui para ajudá-lo a gerenciar
suas disciplinas e atividades escolares.
</p>
<a href="#">Cadastre-se agora</a>
<svg width="1575" height="66" viewBox="0 0 1575 66" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect y="22" width="1575" height="22" fill="#FFEE93"/>
<rect width="1575" height="22" fill="#79ADDC"/>
<rect y="44" width="1575" height="22" fill="#FFC09F"/>
</svg>
</section>
<!--Segunda parte da página principal-->
<section class="more-info">
<div class="feature">
<div class="content">
<p class="title">Se Organize</p>
<p class="title">
Com o MySchoolPlan, você pode facilmente organizar suas
disciplinas, tarefas e trabalhos escolares em um só lugar,
evitando esquecimentos e sobrecarga de tarefas.
</p>
</div>
<img src="img/img1.jpg" alt="Sala de aula">
</div>
<div class="feature reverse">
<div class="content">
<p class="title">Se Organize</p>
<p class="title">
Com o MySchoolPlan, você pode facilmente organizar suas
disciplinas, tarefas e trabalhos escolares em um só lugar,
evitando esquecimentos e sobrecarga de tarefas.
</p>
</div>
<img src="img/img2.jpg" alt="Alunos em sala de aula">
</div>
<div class="feature">
<div class="content">
<p class="title">Se Organize</p>
<p class="title">
Com o MySchoolPlan, você pode facilmente organizar suas
disciplinas, tarefas e trabalhos escolares em um só lugar,
evitando esquecimentos e sobrecarga de tarefas.
</p>
</div>
<img src="img/img3.jpg" alt="Mãos apontando para computador">
</div>
</section>
</div>
</body>
</html>