-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: 2021 04 06 swoopstyle mycvjr2 #290
base: master
Are you sure you want to change the base?
Changes from all commits
0a59493
9af1f45
7c00da0
27e14d5
bc2785b
ee3306b
f271ce6
87ce5f7
3083a2f
a75d88b
5712066
b473812
8c83a3c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.section-title Welcome to My CV | ||
button.disc | ||
i.icon__youtube | ||
span.button-text YT | ||
h1 Margarita Martescu | ||
h2 Junior Software Developer | ||
h3 About Me | ||
.description-box_with-shadow | ||
p Experienced professional with a demonstrated history of working in the tech and international affairs industries. Highly skilled in analytical and problem solving skills, international relations, management and financial accounting. | ||
p Proud supporter of civil rights, social activism, justice, education and equality for all. Strong graduate from UCL and a prospective MBA Candidate. | ||
swoopstyle marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
button.pill | ||
i.icon__download | ||
span.button-text Download CV |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// quickly reset margin, padding and box sizing to all elements | ||
* { | ||
padding: 0; | ||
margin: 0; | ||
box-sizing: border-box; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
doctype | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
html | ||
head | ||
title adding some content for the website | ||
link(rel="stylesheet", href = "style.css") | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. remove extra spaces from |
||
body | ||
.content | ||
.section-title Welcome to My CV | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. too much indentation, |
||
button.disc | ||
i.icon__youtube | ||
span.button-text YT | ||
h1 Margarita Martescu | ||
h2 Junior Software Developer | ||
h3 About Me | ||
.description-box_with-shadow | ||
p Experienced professional with a demonstrated history of working in the tech and international affairs industries. Highly skilled in analytical and problem solving skills, international relations, management and financial accounting. | ||
p Proud supporter of civil rights, social activism, justice, education and equality for all. Strong graduate from UCL and a prospective MBA Candidate. | ||
|
||
button.pill | ||
i.icon__download | ||
span.button-text Download CV | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@import '_component/layout/layout' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am pretty sure you don't want the button inside the
section-title
element