-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (107 loc) · 4.32 KB
/
index.html
File metadata and controls
108 lines (107 loc) · 4.32 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Erica Forget</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="about.css">
<link href="https://fonts.googleapis.com/css?family=Gravitas+One|Montserrat" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="font-mfizz.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<link rel="icon" type="image/png" href="images/favicon.png" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
</head>
<body>
<main class="content">
<!-- <header>
<p>o, hai.</p>
</header> -->
<!-- <nav></nav> -->
<section class="ivy">
<div class="ivy-text">
<!-- <h1>Hello and Welcome</h1> -->
<br class="move2">
<br class="move2">
<h2 class="gone name">My name is <br>
Erica Forget</h2>
<h2 class="move name">My name is Erica Forget</h2>
<h2>I am a web developer.</h2>
<br class="move2">
<div class="skills">
<h2>Skills</h2>
<div class="lilskills">
<p>Html5 & CSS3</p>
<i class="icon-html5"></i>
<i class="icon-css3"></i>
</div>
<div class="lilskills">
<p>JS & jQuery</p>
<i class="fab fa-js-square"></i>
<i class="icon-jquery"></i>
</div>
<div class="lilskills">
<p>Ruby & Rails</p>
<i class="icon-ruby"></i>
<i class="icon-ruby-on-rails-alt"></i>
</div>
<div class="lilskills">
<p>Git & GitHub</p>
<i class="icon-git"></i>
<i class="fab fa-github-square"></i>
</div>
<br>
</div>
</div>
</section>
<section class="buttons">
<div class="projects dropdown">
<button class="dropbtn">projects</button>
<div class="dropdown-content">
<a href="https://zoom.us/recording/play/jChMdb1AjOfGKQ5iQ3JNw_hcDJiNdH2pfSA8yUdtqobjSVX3SBce_1x5qtE0GFK_?startTime=1559674954000">heroku sans tears</a>
<a href="https://the-authentic-grace.herokuapp.com/">sample website</a>
<a href="https://folding-post-its.herokuapp.com/">folding-post-its</a>
<a href="https://erica42.github.io/developcampnewsletter/">sample newsletter(wip)</a>
<a href="https://github.com/Erica42/buzz_bus">code for buzzbus</a>
</div>
</div>
<div class="about-me dropdown">
<button class="dropbtn">about me</button>
<div class="dropdown-content">
<a href="about.html">erica who?</a>
<a href="https://www.momscancode.blog/blog/author/Erica-Forget-(Cohort-2)">blog</a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="column">
<h2>Find me:</h2>
<ul>
<li class="inline">
<a href="https://www.instagram.com/erica0042/"><i class="fab fa-instagram fa-3x"></i></a>
</li>
<li class="inline">
<a href="https://www.linkedin.com/in/ericaforget/"><i class="fab fa-linkedin fa-3x"></i></a>
</li>
<li class="inline">
<a href="https://www.twitter.com/liminaldesigns/"><i class="fab fa-twitter fa-3x"></i></a>
</li>
<li class="inline">
<a href="mailto:erica.forget@gmail.com" target="_blank"><i class="far fa-envelope fa-3x"></i></>
</li>
<li class="inline">
<a href="https://github.com/Erica42"><i class="fab fa-github fa-3x"></i></a>
</li>
</ul>
</div>
<!-- This is a test website. Don't mind me -->
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/popup.js"></script>
<script src="js/main.js"></script>
</body>
</html>