Skip to content

Commit 47852c3

Browse files
committed
styles: updated size of page
1 parent 37818e8 commit 47852c3

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

index.html

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ <h1>
2929
Quantum Yeti
3030
<span class="ufo">🛸</span>
3131
</h1>
32+
<p>
33+
<a href="https://github.com/quantum-yeti">GitHub</a>
34+
<a href="https://quantumyeti.github.io">Portfolio</a>
35+
<a href="https://play.google.com/store/apps/dev?id=8208308725281252914">Google Play</a>
36+
<a href="https://www.sheetmusicplus.com/en/category/publishers/t/theoria-music-publishing/">Sheet Music</a>
37+
</p>
3238
</header>
3339

3440
<!-- About -->
@@ -53,21 +59,10 @@ <h2>&gt; Terminal</h2>
5359

5460
<!-- Projects -->
5561
<section>
56-
<h2>&gt; Projects</h2>
62+
<h2>&gt; Featured Projects</h2>
5763
<div class="projects" id="repos">Loading repositories...</div>
5864
</section>
5965

60-
<!-- Connect -->
61-
<section>
62-
<h2>&gt; Connect</h2>
63-
<p>
64-
<a href="https://github.com/quantum-yeti">GitHub</a>
65-
<a href="https://quantumyeti.github.io">Portfolio</a>
66-
<a href="https://play.google.com/store/apps/dev?id=8208308725281252914">Google Play</a>
67-
<a href="https://www.sheetmusicplus.com/en/category/publishers/t/theoria-music-publishing/">Sheet Music</a>
68-
</p>
69-
</section>
70-
7166
<!-- Footer -->
7267
<footer>
7368
<p>&gt; © 2026 Quantum Yeti</p>
@@ -119,7 +114,7 @@ <h3>${repo.name}</h3>
119114
if(c === 'help'){
120115
appendOutput('Commands: <strong>help, about, projects, links, donate, clear</strong>');
121116
} else if(c === 'about'){
122-
appendOutput('Software Developer • Java • Python • Rust.<br>I love building open source projects and creative software.');
117+
appendOutput('I'm a software engineer that loves building open source projects and creative software to solve problems.');
123118
} else if(c === 'projects'){
124119
repos.forEach(r => appendOutput(`<a href="${r.url}" target="_blank">${r.name}</a>`));
125120
} else if(c === 'links'){

styles.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@ body {
99
}
1010

1111
header, section, footer {
12-
padding: 20px;
13-
max-width: 900px;
12+
padding: 15px;
13+
max-width: 1080px;
1414
margin: auto;
1515
position: relative;
1616
z-index: 20; /* above stars */
1717
}
1818

19+
h1 {
20+
margin: 4px 0 0 0;
21+
}
22+
1923
h1, h2 {
2024
color: #58a6ff;
2125
margin-bottom: 10px;
@@ -68,7 +72,7 @@ header h1 {
6872

6973
/* UFO moves to the right side */
7074
header .ufo {
71-
font-size: 80px;
75+
font-size: 75px;
7276
margin-left: auto; /* push it to the right */
7377
animation: float 2s ease-in-out infinite alternate;
7478
}
@@ -84,7 +88,7 @@ header .ufo {
8488
border-radius: 6px;
8589
padding: 12px 16px;
8690
margin: 40px auto;
87-
max-width: 900px;
91+
max-width: 1080px;
8892
color: #c9d1d9;
8993
font-family: 'JetBrains Mono', monospace;
9094
min-height: 300px;

0 commit comments

Comments
 (0)