Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
6a9de54
added structure
jwillson2020 Nov 10, 2020
6e2e768
added links title and text
jwillson2020 Nov 10, 2020
47e4bbd
added intro added section
jwillson2020 Nov 10, 2020
df48904
added basic colour
jwillson2020 Nov 10, 2020
7755200
fix article two tag
jwillson2020 Nov 10, 2020
35709b4
added colours to tags
jwillson2020 Nov 10, 2020
cf58398
added text to header footer
jwillson2020 Nov 10, 2020
b132e9a
added title and meta data
jwillson2020 Nov 10, 2020
65af921
added a section tad moved main
jwillson2020 Nov 10, 2020
4830621
css font size header color
jwillson2020 Nov 10, 2020
bdf7d81
addede to nav css
jwillson2020 Nov 10, 2020
7444f9d
added quote
jwillson2020 Nov 11, 2020
334b543
added spacing
jwillson2020 Nov 11, 2020
ad51010
Added drop cap images
jwillson2020 Nov 11, 2020
09df283
background-image
jwillson2020 Nov 11, 2020
e1a27e4
deleted background image
jwillson2020 Nov 11, 2020
f9616df
added color
jwillson2020 Nov 11, 2020
8530af2
round header shadow
jwillson2020 Nov 11, 2020
b5a1d40
rearanging layout
jwillson2020 Nov 11, 2020
22eebb4
alpha
jwillson2020 Nov 11, 2020
44e586c
added font, shadow
jwillson2020 Nov 11, 2020
f67bc77
first child
jwillson2020 Nov 11, 2020
8131627
change firat child to class quotes
jwillson2020 Nov 11, 2020
ead138e
gradent addded to quot alpha
jwillson2020 Nov 11, 2020
c065650
styling of header,nav a
jwillson2020 Nov 11, 2020
2aa69ee
flipped gradent on header
jwillson2020 Nov 11, 2020
f5cbe13
added on hover to drop caps
jwillson2020 Nov 11, 2020
0ef2e15
added hover to quote
jwillson2020 Nov 11, 2020
95df917
added quote hover
jwillson2020 Nov 11, 2020
f61a184
padding
jwillson2020 Nov 11, 2020
af95301
added visited and link
jwillson2020 Nov 11, 2020
0d029bf
added address
jwillson2020 Nov 19, 2020
d78344e
added social medis icons
jwillson2020 Nov 19, 2020
e655c80
added l;inks social media
jwillson2020 Nov 19, 2020
1110d60
added dummie links
jwillson2020 Nov 19, 2020
71e3bed
added colour to tags
jwillson2020 Nov 19, 2020
bd384d4
added classes
jwillson2020 Nov 19, 2020
5230d81
removed flex
jwillson2020 Nov 19, 2020
0594cda
removed flex
jwillson2020 Nov 19, 2020
4bb479a
added links to 3 new pages
jwillson2020 Nov 19, 2020
d71d3a2
padding links to sections
jwillson2020 Nov 19, 2020
f25e349
added padding h1 to h2
jwillson2020 Nov 19, 2020
e713c79
added style
jwillson2020 Nov 20, 2020
5546b91
change margin
jwillson2020 Nov 20, 2020
5d44ff4
address change
jwillson2020 Nov 20, 2020
5bf49ae
added html5 3 pages
jwillson2020 Nov 20, 2020
f1db9f3
added titles
jwillson2020 Nov 20, 2020
12011fc
added h1
jwillson2020 Nov 20, 2020
150728e
added h3 summary
jwillson2020 Nov 20, 2020
25c7179
removed section, added child
jwillson2020 Nov 20, 2020
cd8fc25
revoved meta to resize
jwillson2020 Nov 20, 2020
dae1503
started tiding and labeling
jwillson2020 Nov 20, 2020
846ca8d
reopened project
jwillson2020 Nov 26, 2020
2afe861
finished for now
jwillson2020 Nov 26, 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
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
15 changes: 15 additions & 0 deletions copyright.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css" />
<title>copyright</title>
</head>

<body>
<h1> Copyright </h1>
</body>

</html>
164 changes: 164 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,167 @@
* for example: General styles, Navigation styles, Hero styles, Footer etc.
*
*/
header{
font-family: 'Bubblegum Sans', cursive;
background-color: #5a4fcf;
background-image: -webkit-linear-gradient(rgb(0,35,102) ,rgb(90,79,207) );
text-size-adjust: 30px;
text-align: center;
color: rgb(252, 247, 250);
text-shadow: 3px 1px 0px
rgba(0,0,0,0.4);
padding-top: 20px;
border-radius: 17px;
box-shadow: 0px 1px
5px 2px
rgba(0,0,0,0.4);
}

nav{
background-color:rgba(255,255,255, 0.2);
text-align: center;
padding: 0px 20px 0px 20px;
margin: 5px 10px 5px 10px;
font-family: cursive, noto, Lucida Sans, Arial;
}



.navlink:link{
color: rgb(216, 148, 45);

}

.navlink:visited{
background-color: rgb(93, 41, 179);
}

/* Colour of the links unclicked*/

.navlink {
color: white;
text-shadow: none;
font-family: 'Bubblegum Sans', noto, Lucida Sans, Arial;
background-color: darkslateblue;
padding: 0px 20px 0px 20px;
margin: 5px 10px 5px 10px;
border-radius: 17px;

}

body {
background-color: #7c0a02;
display: block;
margin: 0px, auto;

}

h2 , h3 {
padding: 0px 20px 0px 10px;
font-family: 'Bubblegum Sans', cursive;
}

.quote {
border-radius: 17px;
margin-left: 40px;
padding-left -10px: ;
max-width: 500px;
background-image: -webkit-linear-gradient(left, rgba(255,255,255, 0.5) ,rgba(255,255,255,0) );

}

.quote:hover {
background-color: rgb(255,255,255 );
max-width: fit-content;
font-family: Arial Narrow Bold;

}


article {

background-color: #f1e9d2 ;
margin-left: 20px ;
margin-right: 20px ;
padding: 10px 0px 50px 40px ;
margin-bottom: 20px ;
}





.letterV, .letterP, .letterI {
float: left;
margin: 5px;
background-color: greenyellow;
height: 6%;
width: 6% ;
}
.letterV:hover, .letterP:hover, .letterI:hover {

float: left;
margin: 5px;
background-color: greenyellow;
height: 15%;
width: 15% ;
}



p{


text-align: justify;
font-size: 20px;
margin-left: 5px ;
margin-right: 20px;
padding-bottom: 20px;
/*word-wrap: normal ;*/
}
/* first child to change font on article one*/


article:first-child {
font-family: 'bubblegum sans', Arial, sans-serif;
}
/* on hover to change text back*/
article:first-child:hover {
font-family: 'Times New Roman', Times, serif;
}



.container {
margin: 20px;
background-color: #f1e9d2;
display: block;
padding-bottom: 30px;
}



.social{
padding: 20px;
text-align: center;

}

.fblink , .insta , .twitter , .linkedin {
text-align: center;
padding-right: 30px;
}
.bottombar {
text-align: center;

}

.copyright , .privacy , .terms {
padding-right: 30px;
}
address{
text-align: center;
font-size: 20px;
padding-top: 20px;
font-family: cursive, noto, Lucida Sans, Arial ;
}
1 change: 1 addition & 0 deletions debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[1110/125404.772:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3)
Binary file added images/I.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 added images/I2.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 added images/V.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 added images/background.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 added images/bgpaper.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/insta.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/p.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 added images/scroll.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions images/source of images.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@





http://pinterest.com/pin/280700989244341903 source letter P A to Z Post - P by Matthew



https://www.pinterest.co.uk/pin/457748749601133489/ Source letter I clipart: initial letter I from late 15th century printed book



https://depositphotos.com/4538869/stock-photo-scroll-background.html scroll



https://www.smashingmagazine.com/2012/04/drop-caps-historical-use-and-current-best-practices/ intro drop caps article




https://etc.usf.edu/presentations/extras/letters/drop_caps/09/034/index.html LETTER i2



3 changes: 3 additions & 0 deletions images/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading