-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
158 lines (140 loc) · 6.04 KB
/
index.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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html lang="auto">
<head>
<title>Finish</title>
<!-- Roboto Font -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<!-- Import Map -->
<script type="importmap">
{
"imports": {
"@material/web/": "https://esm.run/@material/web/"
}
}
</script>
<!-- Typescale -->
<script type="module">
import '@material/web/all.js';
import {styles as typescaleStyles} from '@material/web/typography/md-typescale-styles.js';
document.adoptedStyleSheets.push(typescaleStyles.styleSheet);
</script>
<script type="module">
import '@material/web/all.js';
import { styles as typescaleStyles } from '@material/web/typography/md-typescale-styles.js';
if (typescaleStyles && typescaleStyles.styleSheet) {
document.adoptedStyleSheets = [typescaleStyles.styleSheet];
} else {
console.error("Failed to load typography styles");
}
</script>
<!-- Meta Tags -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="meta tags">
<meta name="keywords" content="html, learning, beginner">
<meta name="author" content="eb smr">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS -->
<link rel="stylesheet" href="style.css">
<!-- Links -->
<link rel="icon" href="files/big-steve-face.jpg">
<!-- CSS in HTML -->
<style>
.TopBar {
position: fixed;
top: 0px;
z-index: 2;
height: 60px;
width: 100%;
background-color: aliceblue;
}
.TopBarContent1 {
position: fixed;
left: 23px; /* Corrected: Added px unit */
top: 12px; /* Corrected: Added px unit */
}
.TopBarContent3 {
position: fixed;
left: 90px; /* Corrected: Added px unit */
top: 8px; /* Corrected: Added px unit */
}
.TopBarContent4 {
position: fixed;
left: 460px; /* Corrected: Added px unit */
top: 12px; /* Corrected: Added px unit */
}
.TopBarContent2 {
position: fixed;
right: 23px; /* Corrected: Added px unit */
top: 12px; /* Corrected: Added px unit */
}
.TopBarBottomDivider {
position: fixed;
top: 60px; /* Corrected: Added px unit */
}
</style>
</head>
<body>
<!-- Top Bar -->
<div class="TopBar">
<md-divider></md-divider>
<md-text-button href="index.html" class="TopBarContent1">Home</md-text-button>
<md-text-button href="files/aboutus.html" class="TopBarContent2">About Us</md-text-button>
<md-divider class="TopBarBottomDivider"></md-divider>
</div>
<br>
<br>
<br>
<br>
<!-- Header -->
<header style="background-color: aliceblue;">
<md-divider></md-divider>
<h1 class="md-typescale-display-medium">Welcome to Many Mc Source Code</h1>
<h4 class="md-typescale-body-medium">rewritten in Material Design 3</h4>
<!-- <a href="index.html" class="md-typescale-body-medium">Home (grove stret home at lest i das everything up.)</a><br>
<a href="" class="md-typescale-body-medium">Produtcs (Coming SOON!)</a><br>
<a href="" class="md-typescale-body-medium">About Us</a><br>
<hr> !-->
<h4 class="md-typescale-body-medium"><b>HTML things</b></h4>
<md-text-button href="files/Basics.html">HTML Basics</md-text-button><br>
<md-text-button href="files/mp3.html">MP3</md-text-button><br>
<md-text-button href="files/img.html">IMG</md-text-button><br>
<md-text-button href="files/ahref.html">A href</md-text-button><br>
<md-text-button href="files/butttoflush.html">Butt to Flush</md-text-button><br>
<md-text-button href="files/Form.html">Forms</md-text-button><br>
<md-text-button href="files/list.html">list</md-text-button><br>
<md-text-button href="files/favic.html">favorite icons</md-text-button><br>
<md-text-button href="files/divspan.html">Div & Span</md-text-button><br>
<md-text-button href="files/vid.html">video</md-text-button><br>
<md-text-button href="files/Tables.html">tables</md-text-button><br>
<md-text-button href="files/Text.html">text</md-text-button><br>
<md-text-button href="files/meta.html">meta tags</md-text-button><br>
</header>
<md-divider></md-divider>
<h4 class="md-typescale-body-medium">CSS things</h4>
<header style="background-color: aliceblue;">
<md-divider></md-divider>
<md-text-button href="css learn/fonts.html">Fonts</md-text-button><br>
<md-text-button href="css learn/colors.html">colors</md-text-button><br>
<md-text-button href="css learn/borders.html">Borders</md-text-button><br>
<md-text-button href="css learn/shadows.html">Shashdows</md-text-button><br>
<md-text-button href="css learn/M a r i g i n o.html">Mariginino</md-text-button><br>
<md-text-button href="css learn/float.html">Floats</md-text-button><br>
<md-text-button href="css learn/overFlow.html">Overflows</md-text-button><br>
<md-divider></md-divider>
</header>
<br>
<md-filled-tonal-button href="examples_of_material_design/example.html">Example of MD3</md-filled-tonal-button><br>
<main>
<h4 class="md-typescale-body-medium">cool moves</h4>
<image src="files/big-steve-face.jpg" alt="my profile pic" height="100px"></image>
<p class="md-typescale-body-medium">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis orci leo, sodales eu sapien sed, lacinia commodo neque. Integer massa magna, rutrum ac ultricies sed, congue at nisi. Pellentesque aliquet eleifend.</p>
</main>
<footer style="background-color: aliceblue;" class="md-typescale-body-medium">
<md-divider></md-divider>
author: Many MC<br>
© copyright reseved<br>
<small><a href="mailto:[email protected]" class="md-typescale-body-medium">[email protected]</a></small>
</footer>
</body>
</html>