-
Notifications
You must be signed in to change notification settings - Fork 1
/
About.html
80 lines (68 loc) · 3.48 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
<!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>HTML course!</title>
<link rel="stylesheet" href="./CSS/Styles.css">
<link rel="stylesheet" href="./CSS/Stylesdesktop.css">
<style>
@import url('https://www.dafont.com/es/cocogoose.font');
</style>
</head>
<body>
<section class="header">
<div>
<ul class="pre-nav-bar desktop">
<li class="socialMedia"><a class="icon" href="https://github.com/Kakalanp"><img src="Images/GitHub.png" alt=""></a></li>
<li class="socialMedia"><a class="icon" href="https://www.linkedin.com/in/joaquín-garrido-lecca-zanetti-623583204/"><img src="Images/LinkedIn.png" alt=""></a></li>
<li class="socialMedia"><a class="icon" href="https://twitter.com/LeccaJoaquin"><img src="Images/twitter.png" alt=""></a></li>
<li><a class="link">English</a></li>
<li><a class="link">My Page</a></li>
<li><a class="link">Logout</a></li>
</ul>
</div>
<nav class="nav-bar">
<a href="index.html" class="logo desktop"><img class="logo" src="Images/Logo.png" alt="Logo"></a>
<ul class="menu">
<li><a class="active" href="About.html">About</a></li>
<li><a>Program</a></li>
<li><a>Join</a></li>
<li><a>Sponsors</a></li>
<li><a>News</a></li>
<li><a class="cc-campaign">CC Campaign</a></li>
</ul>
<a class="hamburger mobile" href="#">≡</a>
</nav>
</section>
<main>
<div class="about">
<h1>ABOUT HTML COURSE</h1>
<div class="spit-info-reverse"><p>The HTML course bring together a community of expert teachers who complice the educational commons required for the development of alumni as proffesional web developmers. Teaching the necessary skills to become our future web developers.</p></div>
<p>Pleace contact us via e-mail for any further questions regarding this HTML course</p>
<a class="email" href="mailto:jgarridoleccazantti@gmail.com">jgarridoleccazanetti@gmail.com</a>
</div>
<div class="logoabout">
<h2>HTML Course Logo</h2>
<p>The HTML Course logo was created by LogoLogo.com, a division of the DIRcreative Group, which owns a successful, brick-and-mortar graphic design company. Uploaded on <i>2014-08-03</i>, the logo is free for personal use.</p>
<img src="Images/Logo.png" alt="Steampunk Wings Logo">
<a href="https://www.logologo.com/logo.php?id=292">Download link here</a>
<a href="https://www.logologo.com/copyright.php">Copyright full disclosure here</a>
</div>
<div class="succesful-students">
<h2>See succesful students stories</h2>
<p>Take a look at the last two students who graduated from HTML Course.</p>
<div class="student"><a href="">Name</a><p>Student from Argentina!</p></div>
<div class="student"><a href="">Name</a><p>Student from Ghana!</p></div>
</div>
</main>
<footer class="about-footer">
<img src="./Images/Logo.png" alt="">
<div class="flexcolumn">
<h3>HTML Course</h3>
<p><i>©</i>2022 HTML Course, a step into web development</p>
</div>
</footer>
<script src="./Js/script.js"></script>
</body>