generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
94 lines (94 loc) · 4.06 KB
/
about.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
<!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">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<title>Easy Science</title>
<script src="script.js" defer></script>
</head>
<body>
<header>
<section class="social-network">
<ul>
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#">Español</a></li>
</ul>
</section>
<nav>
<div class="logo"><a href="index.html"><strong>E</strong>asy <strong>S</strong>ience</a></div>
<div class="hamburger-menu"><i id="menu-button" class="fas fa-bars"></i></div>
<ul id="menu">
<li class="closeButtonContainer"><span id="closeButton">X</span></li>
<li><a class="Personal-information" href="index.html">Home</a></li>
<li><a class="Personal-information" href="courses.html">Courses</a></li>
<li><a class="Personal-information" href="index.html#contact">Contact</a></li>
<li><a class="Personal-information" href="#contact">Sponsor</a></li>
<li><a class="Personal-information" href="#contact">News</a></li>
<li><a class="Personal-information button sign-up" href="#">Sign up</a></li>
</ul>
</nav>
</header>
<main>
<section class="home-page home-page-about-html">
<div class="home-text home-text-about-html">
<div class="logo"><a href="index.html"><strong>E</strong>asy <strong>S</strong>ience</a></div>
<p class="about-htlm"> Created by experts, Easy Science library of trusted practice and lessons covers math, science, and more. Always free for learners and teachers</p>
<p class="email-about-html">if you have furter questions you can send an e-mail to <a class="email-about-html" href="#">[email protected]</a></p>
</div>
</section>
<section class="about-html-logo">
<h1>Easy Science Logo</h1>
<hr>
<p>Logo <a href="https://github.com/carloshs1994">designed by Carlos Herver Solano</a></p>
<div class="logo-container">
<div class="logo"><a href="index.html"><strong>E</strong>asy <strong>S</strong>ience</a></div>
</div>
</section>
<section class="about-html-soon">
<h1>Coming soon</h1>
<hr>
<p>We are working to improve your experience in our site</p>
<div>
<div class="about-html-teachers">
<img src="assets/teacher-male.svg" alt="Teacher on a blackboard">
<p>For Teachers</p>
</div>
<div class="about-html-SAT">
<img class="" alt="College Board" src="https://cdn.kastatic.org/images/supporters-logos/[email protected]">
<p>New SAT courses</p>
</div>
</div>
</section>
<section id="contact" class="contact-container">
<div class="contact-text">
<h2>Want to check them out?</h2>
<p>Register for a 4 week early access</p>
<hr>
</div>
<div class="contact-form">
<form id="form" class="form" action="#" method="post">
<input type="text" id="name" name="user-name" placeholder="Full Name" required maxlength="30">
<input type="email" id="email" name="user-email" placeholder="Email Address" required>
<button id="button" class="button" type="submit">Register</button>
</form>
<p>or</p>
<a class="button" href="#">Sign up</a>
</div>
</section>
</main>
<footer>
<section class="author">
<div class="logo"><a href="index.html"><strong>E</strong>asy <strong>S</strong>ience</a></div>
<div>
<p>copyright© 2021 easyscience.com</p>
<p>All right reserved. <a href="https://github.com/carloshs1994">Designed by Carlos Herver Solano</a></p>
</div>
</section>
</footer>
</body>
</html>