-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html.sav
86 lines (61 loc) · 3.56 KB
/
index.html.sav
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Man, The Myth, The LEGEND - DON FERRIS!</title>
<link rel="preconnect" href="https://fonts.bunny.net" crossorigin>
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="https://fonts.bunny.net/css?family=Libre+Franklin:ital,wght@1,900&display=swap">
<link rel="stylesheet" href="https://fonts.bunny.net/css?family=Libre+Franklin:ital,wght@1,900&family=Roboto&display=swap">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-------------------------------------------
||||||||||||||| BANNER |||||||||||||||
-------------------------------------------->
<section class="banner">
<div>Hi! I'm Don Ferris</div>
</section>
<!-------------------------------------------
||||||||||||| SPLASH-IMG ||||||||||||||
-------------------------------------------->
<div class="splash-overlay"></div>
<section class="splash-img">
<span class="splash__hover--fav-pic">This is my favorite picture of me. It was taken by my wife on our honeymoon. I love how she captured the palm trees reflected in my sunglasses!<br /><br />I was quite a bit younger then.<br />Now I look more like <span class="splash__hover2--me-now">this.<div class="splash__hover2--me-now--old-guy"><img alt="cranky old guy" src="https://github.com/don-ferris/donferris.me/raw/main/assets/images/more.recent.pic.png"><button class="splash--getting-blurry">I'm getting blurry as I get older. :(</button></div></span></span>
<img alt="old but favorite picture of me on my honeymoon" src="https://github.com/don-ferris/donferris.me/raw/main/assets/images/octavio.jpg">
</section>
<!-------------------------------------------
|||||||||||||| NAV MENU |||||||||||||||
-------------------------------------------->
<section class="nav-menu">
<div class="nav__menu-item nav--music">
<div class="nav--music-icon menu-icon"></div>
<a href="#" class="nav--music-text">Music Connoiseur, Singer/Songwriter, Audiophile</a>
</div>
<div class="nav__menu-item nav--home-theater">
<div class="nav--home-theater-icon menu-icon"></div>
<a href="#" class="nav--home-theater-text">Movie Buff, Home Theater Enthusiast/Designer</a>
</div>
<div class="nav__menu-item nav--itpro">
<div class="nav--itpro-icon menu-icon"></div>
<a href="#" class="nav--itpro-text">Information Technology Professional</a>
</div>
<div class="nav__menu-item nav--webdev">
<div class="nav--webdev-icon menu-icon"></div>
<a href="#" class="nav--webdev-text">Web Developer - Front End, Full Stack</a>
</div>
<div class="nav__menu-item nav--techfan">
<div class="nav__techfan-icon menu-icon"></div>
<a href="#" class="nav__techfan-text">Technology Fanatic, Cyberjunkie</a>
</div>
<div class="nav__menu-item nav--smarthome">
<div class="nav--smarthome-icon menu-icon"></div>
<a href="#" class="nav--smarthome-text">Smarthome Dweller, Home Automation Hacker</a>
</div>
<div class="nav__menu-item nav--personal">
<div class="nav--personal-icon menu-icon"></div>
<a href="#" class="nav--personal-text">Human Being, Family Man, Dogfather, Woodworker, Buddhist, More...</a>
</div>
</section>
</body>
</html>