diff --git a/assets/img/banner.jpg b/assets/img/banner.jpg deleted file mode 100644 index 4b86b6c..0000000 Binary files a/assets/img/banner.jpg and /dev/null differ diff --git a/assets/img/img.jpg b/assets/img/img.jpg deleted file mode 100644 index b097748..0000000 Binary files a/assets/img/img.jpg and /dev/null differ diff --git a/assets/img/img1.jpg b/assets/img/img1.jpg deleted file mode 100644 index 71722f8..0000000 Binary files a/assets/img/img1.jpg and /dev/null differ diff --git a/assets/img/img2.jpg b/assets/img/img2.jpg deleted file mode 100644 index 3a2ac99..0000000 Binary files a/assets/img/img2.jpg and /dev/null differ diff --git a/assets/img/img3.jpg b/assets/img/img3.jpg deleted file mode 100644 index 6e2b9ec..0000000 Binary files a/assets/img/img3.jpg and /dev/null differ diff --git a/assets/img/img4.jpg b/assets/img/img4.jpg deleted file mode 100644 index 455a498..0000000 Binary files a/assets/img/img4.jpg and /dev/null differ diff --git a/assets/img/img5.jpg b/assets/img/img5.jpg deleted file mode 100644 index e1ec97d..0000000 Binary files a/assets/img/img5.jpg and /dev/null differ diff --git a/assets/img/img6.jpg b/assets/img/img6.jpg deleted file mode 100644 index 325b235..0000000 Binary files a/assets/img/img6.jpg and /dev/null differ diff --git a/assets/img/img7.jpg b/assets/img/img7.jpg deleted file mode 100644 index 42a327c..0000000 Binary files a/assets/img/img7.jpg and /dev/null differ diff --git a/assets/style/style.css b/assets/style/style.css deleted file mode 100644 index ca164c6..0000000 --- a/assets/style/style.css +++ /dev/null @@ -1,130 +0,0 @@ -body { - margin: 0px; - padding: 0px; - list-style-type: none; -} -header h1{ - text-align: center; -} -nav{ - width: 100%; - height: 50px; - background-color: rgb(8, 79, 112); -} -.menu-list { - float: left; -} -.menu-list li{ - color: white; - list-style-type: none; - display: inline-block; - content: normal; - justify-content: center; - align-items: center; - margin: 0px 20px; - font-weight: bold; - font-size: 110%; -} -.menu-list li a { - text-decoration: none; - color: #fff; -} -main img{ - width: 100%; - height: 500px; - position: relative; -} -#background { - width: 100%; - height: 100px; - background-color: black; - opacity: 0.7; - position: absolute; - top:530px; -} -#background h3{ - color: #fff; - text-align: center; - padding-top: 5px; -} - -#background p{ - color: #fff; - text-align: center; - text-decoration: underline; -} -.sub-sections { - width: 94%; - height: 500px; - background-color: aliceblue; - padding: 0% 3%; - margin-top: -2%; - -} - -.sub-tile{ - width: 23%; - display: inline-block; - margin-left:1%; -} - -.sub-tile h1 { - text-align: center; -} -.sub-tile img{ - width: 100%; - height: 300px; -} - -.sub-tile p{ - margin-top: -2px; - font-weight: bold; - padding-top: 10px; - text-align: center; -} -.sub-tile p span{ - margin-left: 15px; - color: #084f70; -} - -.btn{ - border: none; - border-radius: 10px; - padding: 10px 20px; - margin: 0px 30%; - font-weight: bold; - cursor: pointer; - background-color: #084f70; - color: white; -} - -footer { - background-color: #084f70; - width: 100%; - height: 50px; - margin-top: -80px; -} - -footer p{ - text-align: center; - font-size: 18px; - color: white; - padding: 12px; -} - -#content{ - width: 96%; - margin-bottom: 50px; - display: inline-flex; - padding: 2%; -} - -#content img{ - width: 35%; - height: 320px; -} -#content div{ - width: 60%; - text-align: justify; - margin-left: 2%; -} \ No newline at end of file