Skip to content
This repository was archived by the owner on Oct 26, 2020. It is now read-only.

Html css/week2/osagie #68

Open
wants to merge 49 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
b014080
added more on html and css
osagiestar May 10, 2020
5accfa5
more info added
osagiestar May 10, 2020
7c10c75
removed comments
osagiestar May 10, 2020
ac91c60
css editted
osagiestar May 10, 2020
959022b
added more details
osagiestar May 10, 2020
db91634
just a test
osagiestar May 10, 2020
ed74b03
updated html and more styling
osagiestar May 10, 2020
754bfef
change some styling
osagiestar May 10, 2020
fa4e448
html editing
osagiestar May 10, 2020
363ff94
added hover color on CSS and list tags on html
osagiestar May 10, 2020
b32c41e
added more details
osagiestar May 10, 2020
85c840c
Flukeout img
osagiestar May 11, 2020
d3d808d
added te boxes and some editting
osagiestar May 12, 2020
b5a9270
Merge branch 'Osagie/week1' of https://github.com/osagiestar/HTML-CSS…
osagiestar May 12, 2020
9459fdd
improving page with shadow boxes
osagiestar May 12, 2020
465bb46
aighning the box-shadows
osagiestar May 13, 2020
5de98c8
alighning the box-shadows and related paragraphs
osagiestar May 13, 2020
f3f8d51
complete retructuring and styling of blog
osagiestar May 14, 2020
8155d30
setting in order the contents of the box-shadows
osagiestar May 14, 2020
a40b4ea
max-width and height added on profile pic
osagiestar May 14, 2020
7108015
added social media links
osagiestar May 14, 2020
c5fe22b
debugging
osagiestar May 14, 2020
7eeabb1
added logos and links
osagiestar May 15, 2020
e476666
aligning the logos
osagiestar May 15, 2020
55e7789
adding CSS comments
osagiestar May 15, 2020
8d14661
tidying up CSS codes
osagiestar May 15, 2020
d3afaea
This a test
osagiestar May 17, 2020
59178ba
added the link on header for css file
osagiestar May 18, 2020
7ad76fc
set the root font-size
osagiestar May 19, 2020
b788f87
define the structure and head setup (meta name)
osagiestar May 19, 2020
561711b
menu link added
osagiestar May 19, 2020
b7fc284
added icon images
osagiestar May 20, 2020
ba6d1d7
styling nav links
osagiestar May 20, 2020
f358e70
removed underline from nav link removed
osagiestar May 20, 2020
18675e7
working on the footer#
osagiestar May 20, 2020
d700f6b
added backgorund image for intro
osagiestar May 20, 2020
72a635a
working on the background image
osagiestar May 21, 2020
07958ad
aligning the nav-links and logo
osagiestar May 22, 2020
6cbe8e0
worked on logo position and intro section
osagiestar May 22, 2020
b161847
prepared the icon sectionn
osagiestar May 22, 2020
dc7cf33
setting the margin between intro and icon sections
osagiestar May 23, 2020
ed4def2
aligning the icons and bottom texts horizontally
osagiestar May 23, 2020
d31e58d
styling footer texts
osagiestar May 23, 2020
4288c79
sorted the <hr> tag and h5 tag on the footer
osagiestar May 23, 2020
fe8a3a5
used margins and paddings to keep the social media icons apart
osagiestar May 23, 2020
b5d79f3
added some color to the font awesome social icons
osagiestar May 23, 2020
ca6e0ae
tidying up codes
osagiestar May 23, 2020
8a8a5b7
made the first link on navigation bar stand out
osagiestar May 23, 2020
ca03c10
doublechecking and finalising my work
osagiestar May 23, 2020
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
Prev Previous commit
Next Next commit
added social media links
  • Loading branch information
osagiestar committed May 14, 2020
commit 7108015ceaca93d548f47ed8b7996510c5f4fb89
88 changes: 42 additions & 46 deletions week1/3-website/css/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
.container {
background-color: #aa8d39;
width: 100%;
height: 1900px;
margin: 50px 50px 0px, 150px;
padding: 5px 0px 5px;
border-color: magenta;
}

.topic {
font-size: 2em;
text-align: center;
Expand All @@ -21,20 +30,11 @@
}

.link {
color: darkblue;
color: rgb(77, 13, 52);
text-align: center;
margin: 75px;
}

.container {
background-color: #aa8d39;
width: 100%;
height: 1900px;
margin: 50px 50px 0px, 150px;
padding: 5px 0px 5px;
border-color: magenta;
}

.pre > h2 {
text-decoration: underline;
margin: 60px;
Expand All @@ -46,15 +46,38 @@ img {
height: 150px;
border-radius: 10px;
border: 5px solid rgb(133, 79, 79);
margin: 10px;
margin: 30px;
max-width: 100%;
height:auto;
}

.social {
padding: 0px;
margin-right: 0px;
position: absolute;
top: 25%;
}

.social li {
list-style-type: none;
padding: 20px;
transition: .6s;
color: white;
position: relative;
}

.social li i {
font-size: 40px;
}

.social li:hover {
padding: 20px 40px;
}

.prelim, .coursestart, .drop-in, .full{
background-color: #ffe9aa;
box-sizing: border-box;
width: 900px;
width: 1000px;
height: 300px;
box-shadow: 5px 10px 5px black;
border-radius: 10px;
Expand All @@ -63,16 +86,11 @@ img {
margin: 10px 30px 20px 280px;
}

#intro {
margin-top: 0px;
}

#text{
color: white;
float: right;
a[href*="Intro"] {
background-color: rgb(189, 238, 144);
}

.pre > p, .drop> p {
.pre > p {
margin-top: 60px;
margin-bottom: 10px;
margin-right: 200px;
Expand All @@ -82,47 +100,25 @@ img {
font-size: 20px;
}

.drop > p {
margin-top: 0px;
margin-bottom: 0px;
color: burlywood;
}

a[href*="Intro"] {
background-color: rgb(189, 238, 144);
}

h2 ~ ul {
font-size: 20px;
}

h3 ~ ol {
text-align: right;
}

.drop-in ul:nth-child(2){
font-style: italic;
}

h1,
h2 {
text-align: center;
color: rgb(123, 230, 116);
}


h3 {
text-align: center;
color: rgb(16, 23, 48);
}

ul {
margin: 10px 10px 20px 20px;
margin: 0px;
text-align: left;
font-size: 20px;
}

ul li:nth-child(3n) {
text-shadow: 2px 1px rgb(119, 112, 70);
ol {
font-style: italic;
}

a:hover {
Expand Down
22 changes: 16 additions & 6 deletions week1/3-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link href="//fonts.googleapis.com/css?family=Roboto:400,500,300" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
</head>
<main class="container">
<header>
Expand All @@ -32,17 +33,26 @@ <h2>Tech Passion and Quest</h2>
Furure Bootcamp. <br>
So, below is a summary of the study path so far and the journey ahead. Hope you have fun!!!
</p>
<div class="social">
<ul>
<li> <i class="fa fa-facebook"></i> </li>
<li> <i class="fa fa fa-twitter"></i> </li>
<li> <i class="fa fa fa-google"></i> </li>
<li> <i class="fa fa fa-linkedin"></i> </li>
</ul>
</div>
</section>
<section>
<article class="prelim">
<h2 id="Intro"> Pre-Bootcamp</h2>
<h3> Pre-Selection</h3>
<h3>First; was the completion of the basic tutorials on:</3>
<h3>First; was the completion of the basic tutorials on:</h3>
<ul>
<li>HTML using SoloLearn App</li>
<li>CSS tutorial on SoloLearn App</li>
</ul>
</article>
</section>

<section class="drop">
<article class="drop-in">
<h2 id="Start">Drop-in Sessions</h2>
Expand All @@ -51,14 +61,13 @@ <h3>A meet-up to build on basics skills on;</h3>
<li>HTML using FreeCodeCamp</li>
<li>CSS using FreeCodeCamp</li>
<ul>
<p>Projects:</p>
<p>Projects:</p>
<ol>
<li>Product Landing Page</li>
<li>Tribute page</li>
</ol>
</article>
</section>

<section class="fundaments">
<article class="coursestart">
<h2 id="Fundamentals">Fundamentals</h2>
Expand All @@ -80,13 +89,14 @@ <h3>The eight-month course covers:</h3>
<li>Advanced HTML</li>
<li>Advanced CSS</li>
<li>JavaScript</li>
<li>Front-end development using ReactJS</li> opment using React</li>
<li>Front-end development using ReactJS</li>
<li>Back-end development using NodeJS</li>
</ul>
</article>
</section>

<footer id="footer">
<p class="copyright">© <em>Osagiestar 2020</em> CYF Birminghamm</p>
<p class="copyright">© <em>Osagiestar 2020</em> CYF Birmingham</p>
</footer>
</main>

Expand Down