Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanEssam0110 committed Dec 6, 2023
1 parent 2188f8d commit 2ff9d97
Show file tree
Hide file tree
Showing 76 changed files with 2,550 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions Assignment-07/assets/css/bootstrap.min.css

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions Assignment-07/assets/css/icomoon.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
@font-face {
font-family: "icomoon";
src: url("../fonts/icomoon/fonts/icomoon.eot?e9nzyu");
src: url("../fonts/icomoon/fonts/icomoon.eot?e9nzyu#iefix")
format("embedded-opentype"),
url("../fonts/icomoon/fonts/icomoon.ttf?e9nzyu") format("truetype"),
url("../fonts/icomoon/fonts/icomoon.woff?e9nzyu") format("woff"),
url("../fonts/icomoon/fonts/icomoon.svg?e9nzyu#icomoon") format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: "icomoon" !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-forum:before {
content: "\e900";
}
.icon-wb_sunny:before {
content: "\e901";
}
.icon-nightlight_round:before {
content: "\e902";
}
.icon-question-circle:before {
content: "\f059";
}
.icon-file-code-o:before {
content: "\f1c9";
}
33 changes: 33 additions & 0 deletions Assignment-07/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
body {
background-color: #1a1b1f;
background-image: url("https://images.unsplash.com/photo-1519681393784-d120267933ba?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1124&q=100");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
color: #e3e2e6;
background-attachment: fixed;
}

.bg-glass {
backdrop-filter: blur(16px) saturate(180%);
-webkit-backdrop-filter: blur(16px) saturate(180%);
background-color: rgba(17, 25, 40, 0.75);
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.125);
}

@media screen and (max-width: 768px) {
.qut-width {
width: 275px;
}
}
@media screen and (min-width: 769px) {
.qut-width {
width: 600px;
}
}

.btn-outline-warning {
--bs-btn-hover-color: rgb(17, 25, 40);
--bs-btn-active-color: rgb(17, 25, 40);
}
Binary file added Assignment-07/assets/fonts/icomoon.zip
Binary file not shown.
Binary file not shown.
15 changes: 15 additions & 0 deletions Assignment-07/assets/fonts/icomoon/fonts/icomoon.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 not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions Assignment-07/assets/js/bootstrap.bundle.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 2ff9d97

Please sign in to comment.