Skip to content

Commit

Permalink
cosmetic changes to scs-scheme page
Browse files Browse the repository at this point in the history
  • Loading branch information
to7m committed Aug 7, 2024
1 parent 5c61944 commit c242f4b
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
8 changes: 6 additions & 2 deletions public_html/scs-scheme.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,18 @@ <h1>My Name is Thomas Howe</h1>
</header>
<main id="main">
<section id="scs-scheme">
<h2>Introduction to Scion Coalition Scheme</h2>
<p>The Scion Coalition Scheme is an intensive, specially tailored training program run by Netmatters in order to give willing candidates the opportunity to enter the industry as web developers. Under the supervision of senior web developers, scions generally aim to complete training within six to nine months. The course is intensive and therefore the level of learning achieved is extensive in a short space of time.</p>
<article>
<h2>Introduction to Scion Coalition Scheme</h2>
<p>The Scion Coalition Scheme is an intensive, specially tailored training program run by Netmatters in order to give willing candidates the opportunity to enter the industry as web developers. Under the supervision of senior web developers, scions generally aim to complete training within six to nine months. The course is intensive and therefore the level of learning achieved is extensive in a short space of time.</p>
</article>
<article>
<h2>Treehouse</h2>
<p>Treehouse is an online learning community, featuring videos covering a number of topics from basic HTML to C# programming, iOS development, data analysis, and more. By completing courses users can earn points, allowing them to track their progress and see how much they've covered in certain areas.</p>
<p>Total Score: 3,087</p>
<a href="https://teamtreehouse.com/profiles/thomashowe2">
https://teamtreehouse.com/profiles/thomashowe2
</a>
</article>
<h2>About Netmatters</h2>
<ul>
<li>Established in 2008</li>
Expand Down
8 changes: 8 additions & 0 deletions public_html/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public_html/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions scss/_colours.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$black: rgb(0%, 0%, 0%);
$blue: rgb(32%, 71%, 80%);
$dark_blue: rgb(0%, 40%, 60%);
$darken: rgba(0%, 0%, 0%, 50%);
$grey: rgb(50%, 50%, 50%);
$light_grey_1: rgb(80%, 80%, 80%);
Expand Down
1 change: 1 addition & 0 deletions scss/html/main/_index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@use "project-previews";
@use "contact";
@use "scs-scheme";


main {
Expand Down
10 changes: 10 additions & 0 deletions scss/html/main/_scs-scheme.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@use "colours";


#scs-scheme h2 {
margin: 30px 0 10px 0;
}

#scs-scheme a {
color: colours.$dark_blue;
}

0 comments on commit c242f4b

Please sign in to comment.