-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
110 lines (94 loc) · 2.45 KB
/
index2.html
File metadata and controls
110 lines (94 loc) · 2.45 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
109
110
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Fred Nora</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1">
<meta
name="description"
content="This is the Fred Nora's web page">
<meta
name="author"
content="Fred Nora">
<link href="https://twitter.com/" rel="dns-prefetch"/>
<link href="https://github.com/" rel="dns-prefetch"/>
<link href="./assets/css/gramado.css" rel="stylesheet" >
<link href="./assets/img/favicon.jpg" rel="shortcut icon" type="image/jpg"/>
</head>
<body id="page-top" onload="frednoraInitialize()">
<!-- Main header -->
<header>
<div
class="gramado-header"
id="main-header">
<h1>Fred Nora's webpage</h1>
</div>
</header>
<!-- Navigation bar -->
<!--
<section>
<br>
<div>
<nav class="gramado-nav">
<ul>
<li><a href="https://frednora.github.io/about">About</a></li>
<li><a href="https://frednora.github.io/projects">Projects</a></li>
</ul>
</nav>
</div>
</section>
-->
<!-- Section 1: (H) -->
<section>
<div class="gramado-container">
<img
class="gramado-image"
src="./assets/img/frednora-01.jpg"
alt="Fred Nora's profile picture">
</div>
<div class="gramado-container gramado-text">
<i>Let's work to make the world a better place</i>
</div>
</section>
<!-- Section 2: (T) -->
<section>
<!--
<div class="gramado-container gramado-text">
<i>T</i>
</div>
-->
</section>
<!-- Section 3: (S) Dead -->
<section>
<div>
</div>
</section>
<!-- Section 4: (B) Dead -->
<section>
<div class="gramado-container">
<br>
<a href="https://seekbalance.github.io/index.html">Seek Balance!</a>
</div>
</section>
<!-- Footer -->
<footer>
<div class="gramado-container">
<br>
<button
class="gramado-button"
id="main-button"
onclick="frednoraReloadPage()">
Refresh Page
</button>
</div>
<br>
<div class="gramado-footer">
<br>© 2025 Fred Nora
</div>
</footer>
<!-- Cool scripts goes here! -->
<script src="./assets/js/frednora.js"></script>
</body>
</html>