diff --git a/.DS_Store b/.DS_Store index a66591b..1c8a89a 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/course.html b/course.html index 092d3e8..54d099b 100644 --- a/course.html +++ b/course.html @@ -24,21 +24,21 @@

Bitcoin Engineering School

Courses

- +

Course : Bitcoin for Developers

-

by Saylor Academy

+

by : Saylor Academy

Cost : Free

- +

Course : Bitcoin Developer Basics

-

by Base58

+

by : Base58

Cost : $1000

-
- +
+

Course : Bitcoin for Developers

-

by Saylor Academy

+

by : Saylor Academy

Cost : Free

diff --git a/images/bitcoindeveloperbasics.png b/images/bitcoindeveloperbasics.png new file mode 100644 index 0000000..7522e11 Binary files /dev/null and b/images/bitcoindeveloperbasics.png differ diff --git a/images/bitcoinforeveryone.svg b/images/bitcoinforeveryone.svg new file mode 100644 index 0000000..b294e67 --- /dev/null +++ b/images/bitcoinforeveryone.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/styles/style.css b/styles/style.css index fe712a8..3a620c2 100644 --- a/styles/style.css +++ b/styles/style.css @@ -49,7 +49,7 @@ footer { text-align: center; } -.quiz p, .quiz a button { +.quiz { text-align: center; } @@ -58,7 +58,22 @@ footer { justify-content: space-evenly; } -.courses course { +.course { margin: 10px; + border: 2px solid #F6931A; + border-radius: 5px; + width: 350px; + height: 350px; + text-align: center; +} + +.course a img { + width: 200px; + height: 200px; +} + +.quiz button { + color: #F6931A; border: 2px solid black; + border-radius: 5px; }