Skip to content

Commit

Permalink
Some modification are done,
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak-Mahanta committed Nov 10, 2024
1 parent 3221f6f commit 067ab90
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/src/assets/fabicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Edusity</title>
</head>
Expand Down
Binary file added src/assets/Campus-0049-square.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 src/assets/HOME-PAGE_Affordable-Excellence.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 src/assets/HOME-PAGE_Career-Development-squ.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 src/assets/HOME-PAGE_Learning-Support_TEMP.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 src/assets/fabicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/About/About.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
import './About.css'
import about_img from '../../assets/about.png'
import about_img from '../../assets/HOME-PAGE_Affordable-Excellence.png'
import play_icon from '../../assets/play-icon.png'

const About = () => {
Expand Down
4 changes: 4 additions & 0 deletions src/components/Campus/Campus.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ margin-bottom: 40px;
@media (max-width:800px){
.gallery {
flex-wrap: wrap;

}
.gallery img{
width: 48%;
margin-bottom: 25px;
}
.gallery img #order-1 {
order: 1;
}
}
6 changes: 3 additions & 3 deletions src/components/Campus/Campus.jsx
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
import React from 'react'
import './Campus.css'
import gallery_1 from '../../assets/gallery-1.png'
import gallery_2 from '../../assets/gallery-2.png'
import gallery_2 from '../../assets/HOME-PAGE_Learning-Support_TEMP.png'
import gallery_3 from '../../assets/gallery-3.png'
import gallery_4 from '../../assets/gallery-4.png'
import gallery_4 from '../../assets/HOME-PAGE_Career-Development-squ.png'
import white_arrow from '../../assets/white-arrow.png'

const Campus = () => {
return (
<div className='campus'>
<div className="gallery ">
<img src={gallery_1} alt="" />
<img src={gallery_2} alt="" />
<img src={gallery_2} alt="" id='order-1'/>
<img src={gallery_3} alt="" />
<img src={gallery_4} alt="" />
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Hero/Hero.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.hero {
width: 100%;
min-height: 100vh;
background: linear-gradient(rgba(8, 0, 58, 0.7), rgba(8, 0, 58, 0.7)),
url("../../assets/hero.png");
background: linear-gradient(rgba(8, 0, 58, 0.2), rgba(8, 0, 58, 0.4)),
url("../../assets/Campus-0049-square.png");
background-size: cover;
background-position: center;
color: #fff;
Expand Down

0 comments on commit 067ab90

Please sign in to comment.