Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new Category 'Web Development' #349

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
491 changes: 280 additions & 211 deletions assets/css/style.css

Large diffs are not rendered by default.

45 changes: 30 additions & 15 deletions assets/css/uiux.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0; /* Light gray background */
background-color: #f0f0f0;
/* Light gray background */
color: #333;
margin: 0;
padding: 20px;
Expand All @@ -13,7 +14,8 @@ header {

h1 {
font-size: 2.5em;
color: #333; /* Black text for the header */
color: #333;
/* Black text for the header */
}

.course-list {
Expand All @@ -25,17 +27,21 @@ h1 {
}

.card {
background-color: #fff; /* White background for the cards */
background-color: #fff;
/* White background for the cards */
border-radius: 10px;
padding: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Darker shadow for more contrast */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
/* Darker shadow for more contrast */
position: relative;
overflow: hidden;
transition: transform 0.3s ease; /* Adding hover effect */
transition: transform 0.3s ease;
/* Adding hover effect */
}

.card:hover {
transform: scale(1.05); /* Slight hover effect for interaction */
transform: scale(1.05);
/* Slight hover effect for interaction */
}

.card-icon img {
Expand All @@ -45,12 +51,14 @@ h1 {

.title-lg {
font-size: 1.5em;
color: #333; /* Dark text for course title */
color: #333;
/* Dark text for course title */
}

.title-sm {
font-size: 1em;
color: #666; /* Lighter gray for course descriptions */
color: #666;
/* Lighter gray for course descriptions */
}

.layer-link {
Expand All @@ -63,17 +71,23 @@ h1 {
}

/* Accent elements in light pink */
.card-icon img, h1 {
border-bottom: 2px solid #ff69b4; /* Soft pink border */
.card-icon img,
h1 {
border-bottom: 2px solid #ff69b4;
/* Soft pink border */
}

.card:hover .card {
background-color: #ff69b4; /* Soft pink on hover */
background-color: #ff69b4;
/* Soft pink on hover */
}

.buy-now-btn {
display: inline-block;
background-color: #333; /* Dark color for the button */
color: #fff; /* White text */
background-color: #333;
/* Dark color for the button */
color: #fff;
/* White text */
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
Expand All @@ -84,5 +98,6 @@ h1 {
}

.buy-now-btn:hover {
background-color: #ff69b4; /* Soft pink color on hover */
}
background-color: #ff69b4;
/* Soft pink color on hover */
}
Binary file added assets/images/category-7.png
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 assets/images/marketing/Backend-development.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 assets/images/marketing/responsive_image.png
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 assets/images/marketing/seo_image.webp
Binary file not shown.
Binary file added assets/images/marketing/web-api-development.webp
Binary file not shown.
Binary file added assets/images/marketing/web-dev-logo.png
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 assets/images/marketing/webDev_intro.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading