diff --git a/Adam/assets/img.png b/Adam/assets/img.png new file mode 100644 index 0000000..e69de29 diff --git a/Adam/index.html b/Adam/index.html new file mode 100644 index 0000000..60e1af4 --- /dev/null +++ b/Adam/index.html @@ -0,0 +1,14 @@ + + + + + +A Simple HTML Document + + + + +

This is a very simple HTML document made by Adam.

+

It only has two paragraphs

+ + \ No newline at end of file diff --git a/Adam/scripts/main.js b/Adam/scripts/main.js new file mode 100644 index 0000000..e69de29 diff --git a/Adam/styles/style.css b/Adam/styles/style.css new file mode 100644 index 0000000..bdf434a --- /dev/null +++ b/Adam/styles/style.css @@ -0,0 +1,36 @@ +ul { + background-color: blue; +} + +/* ID tags can only be used on one element. */ +#blue { + background-color: blue; + font-size: 40px; +} + +/* Classes can be used on moultiple elements. */ +ul.pinklist { + background-color: pink; + font-size: 40px; +} + + +/* Any element contained within a ul element with class ul. */ +ul .pinklist { + background-color: pink; + font-size: 40px; + } + + /* Define multiple elemnts with the same styles. */ +p, h6, h7 { + background-color: pink; + font-size: 40px; + } + + /* Every p element imediatly following a div element. */ +div + p { + background-color: pink; + font-size: 40px; + } + + diff --git a/Mark.html b/Mark.html new file mode 100644 index 0000000..2a8e574 --- /dev/null +++ b/Mark.html @@ -0,0 +1,30 @@ + + + + + + My bio pagee + + + + + + + + +Picture of Mark +

Mark Camball, P.Eng.

+ + +

Mark is a ________

+ +
+

Mark likes ___

+ +
+
+

His social media accounts are: Linkedin

+
+ + + diff --git a/Wayne.html b/Wayne.html new file mode 100644 index 0000000..03b97e0 --- /dev/null +++ b/Wayne.html @@ -0,0 +1,14 @@ + + + + + html made by Wayne + + + + +

Hello!

+

I am Wayne. I am learning the blockchain development.git

+ + + \ No newline at end of file diff --git a/dylan.html.html b/dylan.html.html new file mode 100644 index 0000000..034e4f6 --- /dev/null +++ b/dylan.html.html @@ -0,0 +1,12 @@ + + + + + + + Dylan + + +

Dylan

+ + \ No newline at end of file diff --git a/index.html b/index.html index 175a70b..081e0a7 100644 --- a/index.html +++ b/index.html @@ -2,11 +2,18 @@ GBC Blockchain + -

INTRO TO BLOCKCHAIN COURSE

-

Welcome Everyone

+

INTRO TO BLOCKCHAIN COURSE

+

Hello

-

"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."

+

Welcome Everyone

+ +

"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."

+ +

dhfksdjahfdsahfjkldshfjdshfdshfsdhfjksdhfdhsk

+ +

Priom Chowdhury

\ No newline at end of file diff --git a/styles/style.css b/styles/style.css new file mode 100644 index 0000000..a37b07e --- /dev/null +++ b/styles/style.css @@ -0,0 +1,11 @@ +.header { + color: red; +} + +#awesome-header { + font-size: 40px; +} + +#priom { + color: purple; +} \ No newline at end of file