diff --git a/about-page.html b/about-page.html new file mode 100644 index 0000000..67dc9e9 --- /dev/null +++ b/about-page.html @@ -0,0 +1,29 @@ + + + + About me + + + + + +
+ +

PHILIPPA JOHNSTONE

+
+ + +

I ENJOY LIFE AS A DEVELOPER IN TRAINING

+

I'm Pip, and Im based in Hong Kong. I have 2 days of experience in the creation of websites.

+ + LinkedIn + Facebook + + \ No newline at end of file diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..0ebbbb5 --- /dev/null +++ b/css/style.css @@ -0,0 +1,51 @@ +div { + text-align: center; + width: auto; + padding: 20px; + border-top: 4px solid black; + border-bottom: 2px solid black; + margin: 25px; +} +h1 { + font-weight: bold; + font-size: 30px; +} + +h2 { + font-size: 20px; +} + +h3 { + font-size: 18px; +} + +p { + font-size: 16px; + font: italic; +} + +ul li { + font-size: 16px; + display: inline-block; + padding: 10px; +} + +img { + width:350px; /* you can use % */ + height: auto; + margin: 10px 150px 10px 10px; + border-color: black; + border-radius: 50px; + border-width: 3px; + float: right; +} + +.text { + clear: left; + margin: 10px 10px 10px 150px; +} + +.footer { + clear: both; + +} \ No newline at end of file diff --git a/portfolio.html b/portfolio.html new file mode 100644 index 0000000..846a518 --- /dev/null +++ b/portfolio.html @@ -0,0 +1,32 @@ + + + + About me + + + + + +
+ +

PHILIPPA JOHNSTONE

+
+ +

Experience

+

I am currently a student on the General Assembly's Web Development Immersive Program. I am currently learning HTML and CSS. During my spare time I enjoy knitting, hiking and spending time with my two children, Arthur and William.

+

PORTFOLIO

+ + + + + \ No newline at end of file