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

change in tittle , image and information #282

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
Binary file removed eduford_img/background.jpg
Binary file not shown.
Binary file added eduford_img/background.webp
Binary file not shown.
Binary file added eduford_img/banner.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 removed eduford_img/banner.png
Binary file not shown.
Binary file added eduford_img/logo.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 removed eduford_img/logo.png
Binary file not shown.
Binary file modified eduford_img/user2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.1/css/fontawesome.min.css">
<link rel="stylesheet" href="index.css">
<title>EDUFORD UNIVERSITY WEBSITE</title>
<title>GALGOTIAS COLLEGE OF ENGINEERING AND TECHNOLOGY WEBSITE</title>
</head>

<body>
Expand All @@ -34,9 +34,9 @@
</div><i class="fa-solid fa-bars" onclick="showMenu()"></i>
</nav>
<div class="text-box">
<h1>World's Biggest University</h1>
<h1>North India Biggest college</h1>
<p>Education is essential in today's world. Explore the latest advancements and upcoming languages at our
university. Dive into programming and much more.
college. Dive into programming and much more.

</p><a href="contact.html" class="hero-btn">Visit Us To Know More</a>
</div>
Expand Down Expand Up @@ -64,6 +64,11 @@ <h3>Introduction to Psychology</h3>
mental health. Students may learn about different theoretical perspectives in psychology and how
research methods are used to study behavior and mental processes.</p>
</div>
<div class="information technology">
<h3>Introduction to information technology</h3>
<p>Information technology is also a branch of computer science, which can be defined as the overall study of procedure,
structure, and the processing of various types of data.</p>
</div>
</div>
</section>
<!-- campus -->
Expand Down Expand Up @@ -228,7 +233,7 @@ <h4>About Us</h4>

<script src="ScrollToTop.js"></script>

<p>made with <i class="fa-regular fa-heart"></i> By Juhi
<p>made with <i class="fa-regular fa-heart"></i> By Rohit yadav
</p>
</section>

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
body{
overflow-x: hidden;

background-image: ;
}


Expand Down