-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpag-1.html
141 lines (92 loc) · 3.32 KB
/
pag-1.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
<!DOCTYPE html>
<html lang="pt_br">
<head>
<title> FUTURE PERFECT-cadastro</title>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="30">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Roboto&Ubuntu:wght@700display=swap" rel="stylesheet">
</head>
<body>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<div id="page-home">
<div class="content">
<div class="container">
<div class="form-group">
<header>
<img src="/assets/logo.png" alt="logomarca">
<a href="http://127.0.0.1:5500/html/login1.html">
<span></span>
Login
</a>
</header>
<main>
<h1>Ajudamos Estudantes A Se Prepararem Para o (Pas) e (Enem), Apresentamos Deversas Profissões Para A Grande Decisão Acadêmica. Temos Também Simulados, Tudo Gratuito Basta Se Cadastrar.</h1>
<div id="page-cadastro">
<a href="http://127.0.0.1:5500/html/create-point.html">
<span>
Cadastre-se
</span>
</a>
</div>
<style>
#page-cadastro {
margin-top: 50px;
margin-left: 550px;
font-family: sans-serif;
}
.container .form-group main h1 {
font-family:'Courier New', Courier, monospace ;
font-size: 20px;
display: block;
margin-top: 80px;
margin-left: 200px;
margin-right: 200px;
}
body{
background:url("../assets/home-background10.jpg") ;
background-attachment: fixed;
background-size: 100%;
background-repeat: no-repeat;
}
#page-home header{
display: flex;
justify-content: space-between;
}
#page-home a{
justify-content: space-between;
}
#page-home header {
margin-top: auto;
display: flex;
align-items: center;
justify-content: space-between;
}
#page-home header a{
display: flex;
color: var(--title-col);
font-weight: 700;
margin-left: 1050px;
}
#page-home header a span{
margin-right: 5px;
display: flex;
background-image: url("../assets/log-in.svg");
width: 20px;
height: 20px;
}
#page-home header img {
mix-blend-mode: multiply;}
#page-home button{
margin-top: 10px;
margin-left: 170px;
}
</style>
</div>
</main>
</div>
</div>
</body>
</html>