From 1d98075cd7e043c8aa4c1d5b4d5c40a53044d70a Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 22 Feb 2021 15:45:58 +0200 Subject: Fixed spacing in resume code --- resume/src/index.html | 316 +++++++++++++++++++++++++------------------------- resume/src/styles.css | 12 +- 2 files changed, 164 insertions(+), 164 deletions(-) (limited to 'resume/src') diff --git a/resume/src/index.html b/resume/src/index.html index 07be591..e8f10cd 100644 --- a/resume/src/index.html +++ b/resume/src/index.html @@ -2,168 +2,168 @@ - - - - - - - My Resume + + + + + + + My Resume -
-
-
-
- Gosho Petrov -
-
-
- Address
- Gosho Street -
-
- Phone
- 1-800-Gosho -
-
- Email
- john.cena@ne-me-vijdash.gluplako -
-
-
-
- -
-
-
-
-
-
- PROFILE -
-
+
+
+
+
+ Gosho Petrov +
+
+
+ Address
+ Gosho Street +
+
+ Phone
+ 1-800-Gosho +
+
+ Email
+ john.cena@ne-me-vijdash.gluplako +
+
+
+
+ +
+
+
+
+
+
+ PROFILE +
+
Vikat mi, ela za malko, I POCHVAM DA BEGAM BATE -
-
-
-
-
- EDUCATION -
-
-
-
- 1990 - 1994 -
-
-
- Joe University -
- Mi, nema kvo da kaja -
-
-
-
- 1994 - 2004 -
-
-
- Cool University -
- Yep, it's true. What are you gonna do about it? -
-
-
-
- 2004 - now -
-
-
- The coolest university -
- What are you gonna do? Cry? Shit your pants maybe? Maybe shit and cum? -
-
-
-
-
-
-
-
-
- EXPERIENCE -
-
-
-
- 1990 - now -
-
-
- Megamind Inc. -
- Got a problem? Yeah, that's what I though -
-
-
-
-
-
-
-
-
- PERSONAL PROJECTS -
-
-
-
- 1990 - now -
-
-
- Do I even need to say it? -
- Like, I'm pretty sure you got the point -
-
-
-
-
-
-
- SKILLS -
-
-
-
- Dumb shit -
-
- ●●●●●●●●●● -
-
-
-
- Making normal static content -
-
- ●○○○○○○○○○ -
-
-
-
- idk anymore -
-
- ●●●●●●●●○○ -
-
-
-
-
-
+
+
+
+
+
+ EDUCATION +
+
+
+
+ 1990 - 1994 +
+
+
+ Joe University +
+ Mi, nema kvo da kaja +
+
+
+
+ 1994 - 2004 +
+
+
+ Cool University +
+ Yep, it's true. What are you gonna do about it? +
+
+
+
+ 2004 - now +
+
+
+ The coolest university +
+ What are you gonna do? Cry? Shit your pants maybe? Maybe shit and cum? +
+
+
+
+
+
+
+
+
+ EXPERIENCE +
+
+
+
+ 1990 - now +
+
+
+ Megamind Inc. +
+ Got a problem? Yeah, that's what I though +
+
+
+
+
+
+
+
+
+ PERSONAL PROJECTS +
+
+
+
+ 1990 - now +
+
+
+ Do I even need to say it? +
+ Like, I'm pretty sure you got the point +
+
+
+
+
+
+
+ SKILLS +
+
+
+
+ Dumb shit +
+
+ ●●●●●●●●●● +
+
+
+
+ Making normal static content +
+
+ ●○○○○○○○○○ +
+
+
+
+ idk anymore +
+
+ ●●●●●●●●○○ +
+
+
+
+
+
diff --git a/resume/src/styles.css b/resume/src/styles.css index b263e24..baeec78 100644 --- a/resume/src/styles.css +++ b/resume/src/styles.css @@ -38,11 +38,11 @@ body { display: none; } -#content>* { +#content > * { width: 100%; } -#content>hr { +#content > hr { border-color: var(--font-color); } @@ -72,7 +72,7 @@ body { display: flex; } -#info>* { +#info > * { flex: 1; } @@ -110,15 +110,15 @@ body { flex-direction: column; } -.card-content>.card { +.card-content > .card { margin-top: 1em; } -.card-content>.card>.card-title { +.card-content > .card > .card-title { width: 24%; } -.card-content>.card:first-child { +.card-content > .card:first-child { margin-top: 0; } -- cgit v1.2.3