-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (59 loc) · 2.81 KB
/
index.html
File metadata and controls
60 lines (59 loc) · 2.81 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rosy Lemus :: Home</title>
<link href="lemus-final-website.css" rel="stylesheet" type="text/css">
<script type="text/javascript">
function MM_setTextOfLayer(objId,x,newText) { //v9.0
with (document) if (getElementById && ((obj=getElementById(objId))!=null))
with (obj) innerHTML = unescape(newText);
}
</script>
</head>
<body class="background">
<header class="hdr"> <img src="rl-logo.svg" alt=" rosy lemus logo" class="rl-logo"/>
<input type="checkbox" class="toggler">
<div class="hamburger">
<div></div>
</div>
<nav class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<nav class="lrg-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main class="content"> <img src="line art.svg" alt="" class ="portrait"/>
<section class="const-box"> <img src="constellation.svg" alt=""/>
<div class="stars" id="star-one" onMouseDown="MM_setTextOfLayer('caption','','I\'m a Graphic Designer with a passion for technology and video-games')"></div>
<div class="stars" id="star-two" onMouseDown="MM_setTextOfLayer('caption','','I have a hamster named Coco Chanel')"></div>
<div class="stars" id="star-three" onMouseDown="MM_setTextOfLayer('caption','','I\'m a Virgo, born on September 20th at 11:11pm')"></div>
<div class="stars" id="star-four" onMouseDown="MM_setTextOfLayer('caption','','I have my motorcycle and boating license')"></div>
<div class="stars" id="star-five" onMouseDown="MM_setTextOfLayer('caption','','I recently built my own PC')"></div>
<div class="stars" id="star-six" onMouseDown="MM_setTextOfLayer('caption','','I enjoy photography. I had two photography pieces showcased at the Firehouse Plaza Art Gallery')"></div>
<div class="stars" id="star-seven" onMouseDown="MM_setTextOfLayer('caption','','My all-time favorite movie is the Titanic')"></div>
</section>
<section class="facts-box">
<div class="fact-star"></div>
<h2 class="facts-title">Fun Facts About Me!</h2>
<figcaption id="caption" class="facts">I'm a Graphic Designer with a passion for technology and video-games </figcaption>
</section>
<img src="radial design.svg" alt="" class="radial-design"/> </main>
<footer class="bottom">
<ul>
<li><a href="https://www.instagram.com/rosylemusdesign/" target="new">Instagram</a></li>
<li><a href="https://www.linkedin.com/in/rosy-lemus-548a42199/" target="new">LinkedIn</a></li>
</ul>
</footer>
</body>
</html>