Skip to content
Permalink
Browse files
Add files via upload
  • Loading branch information
agarwalt2 committed Nov 30, 2022
1 parent 166856e commit e7aea3fb72c75e059aee2fa8e457e3d0455e9be5
Showing 1 changed file with 54 additions and 0 deletions.
@@ -0,0 +1,54 @@
<!DOCTYPE html>

<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE">
<title>Materials</title>
<link rel="stylesheet" href="style1.css">
<link rel="shortcut icon" href="images/head.png">
</head>

<body class="all">
<div class="wrapper">
<nav class="navbar">
<div class="logo">
<a class="logo-link" href="index.html"><img src="images/Logo.png" width="150px" height="100px"></a>
</div>
<ul class="left-list nav-list">
<li class="menu-hover"><a class="menu-link" href="index.html">Home</a></li>
<li class="menu-hover"><a class="menu-link" href="material.html">Materials</a></li>
<li class="menu-hover"><a class="menu-link" href="about.html">About us</a></li>
<li class="menu-hover"><a class="menu-link" href="contact.html">Contact us</a></li>
</ul>
<ul class="nav-list">
<li class="login menu-hover">
<a class="menu-link" href="login.html">Log in</a>
</li>
<li class="sign-up menu-hover">
<a class="menu-link" href="signup.html">Sign up</a>
</li>

</ul>
</nav>
</div>

<div class="background">
</div>
<div class="main-box">

<div class="index-title">
<h1 class="title-index"> Materials </h1>
</div>

<a href="science.html"><img width= "250" height= "200" style="position: absolute; left: 20%; bottom: 40%;" src="images/science.png" alt="science"></a>
<a style="text-decoration:none; font-family:verdana; color: black; position:absolute; left:28%; top: 65%; background-color: aliceblue;" href= "science.html">SCIENCE</a>

<a href="maths.html"><img width= "250" height= "200" style="position: absolute; left: 55%; bottom: 40%;" src="images/math.jpg" alt="math"></a>
<a style="text-decoration:none; font-family:verdana; color: black; position:absolute; left:65%; top: 65%; background-color: aliceblue;" href= "maths.html">MATH</a>


</div>
</body>
</html>

0 comments on commit e7aea3f

Please sign in to comment.