diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3cb30fa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.DS_Store
+._*
diff --git a/404.html b/404.html
index 62abcfa..4baf1a1 100644
--- a/404.html
+++ b/404.html
@@ -1,11 +1,11 @@
-
-
- xelframe Page - 404
-
-
+
+
+ xelframe Page - 404
+
+
diff --git a/assets/JetBrainsMono-Bold.ttf b/assets/JetBrainsMono-Bold.ttf
deleted file mode 100644
index 8c93043..0000000
Binary files a/assets/JetBrainsMono-Bold.ttf and /dev/null differ
diff --git a/assets/Segoe UI.ttf b/assets/Segoe UI.ttf
new file mode 100755
index 0000000..46b3b99
Binary files /dev/null and b/assets/Segoe UI.ttf differ
diff --git a/assets/favicon.jpg b/assets/favicon.jpg
index 881c3db..fb2b912 100644
Binary files a/assets/favicon.jpg and b/assets/favicon.jpg differ
diff --git a/assets/styles.css b/assets/styles.css
index f511e4d..8c2dc5a 100644
--- a/assets/styles.css
+++ b/assets/styles.css
@@ -1,36 +1,35 @@
body {
- margin:0;
- min-height:100svh;
- font:14px 'JetBrains Mono',monospace;
- color:#fff;
- text-align:center;
- background:#111;
- display:flex;
- flex-direction:column;
+ margin: 0;
+ min-height: 100svh;
+ font: 14px 'SegoeUI',monospace;
+ color: #fff;
+ text-align: center;
+ background: #111;
+ display: flex;
+ flex-direction: column;
}
-main,.webring {
- max-width:1000px;
- width:calc(100% - 20px);
- margin:0 auto;
- padding:20px;
- box-sizing:border-box;
+main {
+ max-width: 1000px;
+ width: calc(100% - 20px);
+ margin: 0 auto;
+ padding: 20px;
+ box-sizing: border-box;
}
-a,.webring { color:rgb(66,131,252); }
-a { text-decoration:none; }
-
-.webring {
- display:flex;
- justify-content:center;
- align-items:center;
- gap:15px;
- background:rgba(17,17,17,.7);
- backdrop-filter:blur(10px);
+a {
+ color: rgb(66,131,252);
+ text-decoration: none;
}
-.jccenter { display:flex; justify-content:center; }
-.myfriends { margin-left:50px; }
+.jccenter {
+ display: flex;
+ justify-content: center;
+}
+
+.myfriends {
+ margin-left: 50px;
+}
@media(max-width:600px){
body { gap:15px; padding:0 10px; }
@@ -39,12 +38,11 @@ a { text-decoration:none; }
h2,h3 { font-size:1.1rem; margin:12px 0; }
.jccenter { display:block; }
.myfriends { margin-left:0; }
- .webring { margin:10px auto 0; padding:8px 12px; }
}
@font-face{
- font-family:'JetBrains Mono';
- src:url('JetBrainsMono-Bold.ttf') format('truetype');
- font-weight:bold;
- font-display:swap;
-}
+ font-family: 'SegoeUI';
+ src: url('Segoe UI.ttf') format('truetype');
+ font-weight: normal;
+ font-display: swap;
+}
\ No newline at end of file
diff --git a/index.html b/index.html
index 82982fd..bd66b18 100644
--- a/index.html
+++ b/index.html
@@ -3,14 +3,17 @@
-
+
xelframe page
- xelframe home page QwQ
+
+ xelframe home page
+
+
Socials:
@@ -29,10 +32,10 @@
-
+
\ No newline at end of file