Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions about-page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE>
<html>
<head>
<title>About me</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<style>
body {
font-family: 'Open Sans', sans-serif;
}
</style>
</head>
<body>
<div>
<ul>
<li>About Me</li>
<li><a href="portfolio.html">Portfolio</a></li>
</ul>
<h1>PHILIPPA JOHNSTONE</h1>
</div>
<img src="http://i.imgur.com/fPLeVN0.jpg"/>

<h2 class="text">I ENJOY LIFE AS A DEVELOPER IN TRAINING</h2>
<p class="text">I'm Pip, and Im based in Hong Kong. I have 2 days of experience in the creation of websites.</p>

<a class="footer" href="https://hk.linkedin.com/pub/philippa-johnstone/ba/26b/b15">LinkedIn</a>
<a class="footer" href="https://www.facebook.com/pipjohnstone">Facebook</a>
</body>
</html>
51 changes: 51 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -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;

}
32 changes: 32 additions & 0 deletions portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE>
<html>
<head>
<title>About me</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<style>
body {
font-family: 'Open Sans', sans-serif;
}
</style>
</head>
<body>
<div>
<ul>
<a href="about-page.html"><li>About Me</a></li>
<li>Portfolio</li>
</ul>
<h1>PHILIPPA JOHNSTONE</h1>
</div>
<img src="http://i.imgur.com/rW0Ekqe.jpg?1"/>
<h2 class="text">Experience</h2>
<p class="text">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.</p>
<h3 class="text">PORTFOLIO</h3>
<ul class="text">
<li>SAHM, 2012 - present</li>
<li>Produced and developed two children.</li>
</ul>


</body>
</html>