Skip to content

Commit

Permalink
Merge pull request #8 from dumspice/dum
Browse files Browse the repository at this point in the history
DEV(DUMSPICE): I found no error in css but in index.html i found 2 he…
  • Loading branch information
CodingHusk3y authored Mar 4, 2024
2 parents b9fa139 + f0608c0 commit 7104c7e
Showing 1 changed file with 26 additions and 24 deletions.
50 changes: 26 additions & 24 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,36 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Greenternship</title>
<link rel="icon" href="favicon_io/favicon-32x32.png" type="image/png" />
<link href="reset.css" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<link href="reset-webview.css" rel="stylesheet" type="text/css" />

<body>
<!-- Part 1: Navbar Starter Code -->

<!-- Part 2: Flexbox Layout Stater Code -->
<div class="container">
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
</div>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Greenternship</title>
<link rel="icon" href="favicon_io/favicon-32x32.png" type="image/png">
<link href="reset.css" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<link href="reset-webview.css" rel="stylesheet" type="text/css" />

<body>
<!-- Part 1: Navbar Starter Code -->

<!-- Part 2: Flexbox Layout Stater Code -->
<div class="container">
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
</div>

<div class="header-container">
<!-- <div class="header-container">
<div class="navbar">
<ul>
<li><a href="#">Freshmen</a></li>
<li><a href="#">Sophomore</a></li>
<li><a href="#">Junior</a></li>
<li><a href="#">Senior</a></li>
<li><button id="theme-button">Toggle Dark Mode</button></li>
<!-- Stretch Challenge: Drop Down -->
</ul>
<li><button id="theme-button">Toggle Dark Mode</button></li> -->
<!-- Stretch Challenge: Drop Down -->
<!-- </ul>
</div>
<h1>Welcome to Internship searching website for international student</h1>
<h3>This website is created to help International students finding for internships</h3>
Expand All @@ -39,6 +38,9 @@ <h3>This website is created to help International students finding for internshi
<div class="header-item">
<button class="header-button header-button:hover" type="button">Upload Resume</button>
<button type="button" class="header-button header-button:hover">Opportunities</button>
</div> -->

</div>
</div>

Expand Down

0 comments on commit 7104c7e

Please sign in to comment.