-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskills.html
61 lines (57 loc) · 2.77 KB
/
skills.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="css/skills.css">
<link href="https://fonts.googleapis.com/css?family=Charm: 400,700&display=swap" rel="stylesheet">
<link href="https://unpkg.com/[email protected]/dist/css/ionicons.min.css" rel="stylesheet">
<title>My Skills</title>
</head>
<body>
<div class="container">
<div class="sidebar">
<nav>
<ul>
<li><a href="index.html">Home( )</a></li>
<li><a href="about.html">About( )</a></li>
<li><a href="skills.html">Projects & Skills( )</a></li>
<li><a href="resume.pdf" target="_blank">Resumè( )</a></li>
<li><a href="contact.html">Contact Me( )</a></li>
</ul>
</nav>
</div>
<div class="content">
<section class="hero">
<img src="img/tech-hero.jpg" alt="tech girl" usemap="#skills" />
<map name="skills">
<area shape="rect" coords="50,50,100,100" href="https://github.com/FrancescaDev/tower-of-hanoi" alt="project#1" target="_blank" />
<area shape="rect" coords="100,275,150,325" href="https://github.com/FrancescaDev/project#2" target="_blank" alt="project#2" />
<area shape="rect" coords="40,450,100,500" href="https://github.com/FrancescaDev/daily-tech-news/" alt="project#3" target="_blank" />
<area shape="rect" coords="258,96,312,165" href="https://github.com/FrancescaDev/project#4" target="_blank" alt="project#4" />
<area shape="rect" coords="342,86,398,162" href="https://github.com/FrancescaDev/project#5" target="_blank" alt="project#5" />
<area shape="rect" coords="700,200,750,300" href="img/UdemyCertJSUn copy.pdf" target="_blank" alt="udemy-cert" />
<area shape="rect" coords="700,475,750,500" href="img/WebDevCertificateUdemy copy.pdf" target="_blank" alt="udemy-cert" />
</map>
<div class="hero">
<h1>My Projects & Skills</h1>
</div>
</section>
<div id="btn">
<a class="action-btn" href="#">Hire me</a>
</div>
</div>
<!--<div class="footer">-->
<footer class="footer">
<ul>
<li><a href="mailto:[email protected]"><i class="icon ion-ios-mail"></i></a></li>
<li><a href="#"><i class="icon ion-logo-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/francescanor" target="blank"><i class="icon ion-logo-linkedin"></i></a></li>
<li><a href="https://github.com/FrancescaDev" target="blank"><i class="icon ion-logo-github"></i></a></li>
</ul>
</footer>
<!--</div>-->
</div>
</body>
</html>