Skip to content

Commit

Permalink
Initialised website.
Browse files Browse the repository at this point in the history
  • Loading branch information
mBrudenell committed May 15, 2024
1 parent f6b6335 commit cb6ac82
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 48 deletions.
Binary file modified images/cover_pic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/dpyp_logo.png
Binary file not shown.
Binary file removed images/email_icon.xcf
Binary file not shown.
Binary file removed images/github_icon.xcf
Binary file not shown.
Binary file removed images/linkedin_icon.xcf
Binary file not shown.
Binary file removed images/mohws_logo.png
Binary file not shown.
Binary file modified images/profile_pic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/station_image.png
Binary file not shown.
47 changes: 14 additions & 33 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
body {
font-family: 'Roboto Slab', serif;
font-weight: 400;
color: #e3e3e3;
}

.monospace-bold {
Expand Down Expand Up @@ -40,45 +41,41 @@
<div class="card card-body" id="profile-wrapper">
<img id="profile-pic" src="images/profile_pic.jpg" class="img-fluid">
<hr>
<h4 class="monospace-bold"><b>JAMES BUCHANAN</b></h4>
<p>I'm a data analyst who's interested in analytics, software engineering, and data-intensive systems</p>
<h4 class="monospace-bold"><b>Mhairi Brudenell</b></h4>
<p>I'm an analyst who's interested in statistics and data visualisation</p>
</div>
</div>

<div class="col-md-8">
<div class="row">
<div class="col-md-12">
<h4 class="monospace-bold"><b>WELCOME TO MY PORTFOLIO!</b></h4>
<h4 class="monospace-bold"><b>Welcome to my portfolio!</b></h4>
<hr>
</div>
</div>

<!-- about card -->
<div class="card card-body">
<p class="monospace-semibold">🎓 EDUCATION</p>
<p>
• Robert Gordon University | Access to Computing
<br>
• University of Aberdeen | MSci Biological Sciences
</p>
<p class="monospace-semibold">🎓 My education</p>
<p>University of Aberdeen | BSc Biology with Psychology</p>
<hr>
<p class="monospace-semibold">🖥️ SKILLS</p>
<p>Python, R, SQL, Bash, Git, GNU/Linux</p>
<p class="monospace-semibold">🖥️ My skills</p>
<p>Python, R, Bash, Git, GNU/Linux</p>
<hr>
<p class="monospace-semibold">📫 CONTACT</p>
<p class="monospace-semibold">📫 Contact me</p>
<ul class="social-links">
<li>
<a href="mailto:buchananja.github@pm.me">
<a href="mailto:brudenell.m.s@proton.me">
<img class="social" src="images/email_icon.png" class="img-fluid">
</a>
</li>
<li>
<a href="https://github.com/buchananja">
<a href="https://github.com/mBrudenell">
<img class="social" src="images/github_icon.png" class="img-fluid">
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/buchananja">
<a href="https://www.linkedin.com/in/mhairi-brudenell/">
<img class="social" src="images/linkedin_icon.png" class="img-fluid">
</a>
</li>
Expand All @@ -88,10 +85,10 @@ <h4 class="monospace-bold"><b>WELCOME TO MY PORTFOLIO!</b></h4>
</div>

</div>
<br>

<br>
<div class="row">
<div class="col-md-12">
<div class="col-md-6">
<h4 class="monospace-bold">🛠️ MY PROJECTS</h4>
<hr>
</div>
Expand All @@ -101,14 +98,6 @@ <h4 class="monospace-bold">🛠️ MY PROJECTS</h4>
<div class="col-md-6">
<div class="card card-body">
<div class="project">
<a href="https://github.com/buchananja/dpyp">
<img class="project-icon" src="images/dpyp_logo.png" class="img-fluid">
</a>
<div class="project-text">
<a href="https://github.com/buchananja/dpyp">
<p class="monospace-semibold">DPYP</p>
</a>
<p class="project-description"><i>A convenience tool for small-scale data pipelines in Python</i></p>
</div>
</div>
</div>
Expand All @@ -117,14 +106,6 @@ <h4 class="monospace-bold">🛠️ MY PROJECTS</h4>
<div class="col-md-6">
<div class="card card-body">
<div class="project">
<a href="https://github.com/buchananja/mohws">
<img class="project-icon" src="images/mohws_logo.png" class="img-fluid">
</a>
<div class="project-text">
<a href="https://github.com/buchananja/mohws">
<p class="monospace-semibold">MOHWS</p>
</a>
<p class="project-description"><i>A web-scraping pipeline for Met Office UK historical weather station data</i></p>
</div>
</div>
</div>
Expand Down
22 changes: 7 additions & 15 deletions main.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
body{
background-color:#EEEEEE!important;
background-color:#161616!important;
}

/* #profile-pic{
width: 250px;
height: 250px;
border-radius: 50%;
margin-left: auto;
margin-right: auto;
} */

#profile-pic{
height: 85%;
width: 85%;
height: auto;
border-radius: 85%;
border-radius: 50%;
margin-left: auto;
margin-right: auto;
}
Expand Down Expand Up @@ -80,23 +72,23 @@ ul {
font-family: 'Roboto Mono', monospace;
font-size: 30px;
font-weight: 900;
color: #1C2266;
color: #835f9d;
}

.monospace-semibold {
margin: 0;
font-family: 'Roboto Mono', monospace;
font-size: 20px;
font-weight: 700;
color: #1C2266;
color: #835f9d;
}

.monospace-regular {
margin: 0;
font-family: 'Roboto Mono', monospace;
font-size: 12px;
font-weight: 300;
color: #1C2266;
color: #835f9d;
}

p.indented {
Expand All @@ -111,7 +103,7 @@ p.indented {
background-size: 100% 50%;
background-position: top;
text-align: left;
background-color: #ffffff;
background-color: #333333;
}

#profile-wrapper::after {
Expand Down

0 comments on commit cb6ac82

Please sign in to comment.