Skip to content

Commit 3c008cf

Browse files
committed
update
1 parent 45e0e5a commit 3c008cf

File tree

3 files changed

+16
-32
lines changed

3 files changed

+16
-32
lines changed

Styles.css

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
2+
font-family: "ZalandoSansExpanded";
33
line-height: 1.6;
44
color: hsl(210, 9%, 22%);
55
padding: 10%;
@@ -13,12 +13,21 @@ nav {
1313
border-bottom: 1.5px solid hsl(0, 0%, 0%);
1414
}
1515

16+
@font-face { font-family: ZalandoSansExpanded;
17+
src: url('assets/ZalandoSansExpanded-Light.ttf');
18+
}
19+
20+
aside {
21+
background-color: rgba(0, 0, 0, 0.411);
22+
text-align: left;
23+
}
24+
1625
p {
17-
color: hsl(210, 9%, 22%);
26+
color: hsl(240, 5%, 18%);
1827
}
1928

2029
p a {
21-
color: hsl(210, 9%, 22%);
30+
color: hsl(240, 5%, 18%);
2231
}
2332

2433
a img {
@@ -36,16 +45,11 @@ ul li a {
3645
}
3746

3847
ul li a:hover {
39-
color: #474747;
40-
}
41-
42-
ul li a:hover:before {
43-
content: "> ";
48+
color: hsl(240, 5%, 18%);
4449
}
4550

46-
/*classes*/
4751
.code p img {
48-
border: 4px solid hsl(244, 12%, 27%);
52+
border: 4px solid hsl(240, 5%, 18%);
4953
border-radius: 20px;
5054
}
5155

64.2 KB
Binary file not shown.

index.html

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,16 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
43
<head>
5-
<!--text stuff-->
64
<meta charset="UTF-8">
7-
8-
<!--sync webpage size to device screen-->
95
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10-
11-
<!--keywords for search-->
12-
<meta name="keywords" content="john220099, john2009, john2009_, Anti revoke + blacklist, JHACK">
13-
14-
<!--website description-->
6+
<meta name="keywords" content="john220099, john2009, john2009_, John220099, John2009, JHACK">
157
<meta name="description" content="portfolio or an about me website made by john220099">
16-
17-
<!--the authors name-->
188
<meta name="author" content="john220099">
19-
20-
<!--search tags-->
219
<meta itemprop="name" content="john220099">
2210
<meta itemprop="description" content="john220099's portfolio">
23-
24-
<!--displays websites title-->
2511
<title>john220099's stuff</title>
26-
27-
<!--style-->
2812
<link rel="stylesheet" href="Styles.css">
29-
30-
<!--script-->
3113
<script src="script.js"></script>
32-
33-
<!--website icon-->
3414
<link rel="icon" type="image/png" href="assets/favicon.png">
3515
</head>
3616
<body>
@@ -43,7 +23,7 @@ <h2>about me</h2>
4323
<p>Hi, I’m @John220099 👋🏻</p>
4424
<p>i make/code stuff🛠️</p>
4525
<p>I’m currently learning python, java, kotlin and html 📒</p>
46-
<div class="code"><p><img align="center" src="https://github-readme-stats.vercel.app/api/top-langs?username=john220099&show_icons=true&locale=en&layout=compact" alt="john220099" /></p></div>
26+
<div class="code"><p><img src="https://github-readme-stats.vercel.app/api/top-langs?username=john220099&show_icons=true&locale=en&layout=compact" alt="john220099" /></p></div>
4727
<h2>socials📱</h2>
4828
<div class="github">
4929
<a href="https://github.com/John220099" target="_blank" title="Will Redirect you to my github profile.">

0 commit comments

Comments
 (0)