Skip to content

Commit

Permalink
Merge branch 'main' into dum
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingHusk3y authored Feb 26, 2024
2 parents f3035c5 + 3799a79 commit fc723a1
Showing 1 changed file with 38 additions and 32 deletions.
70 changes: 38 additions & 32 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,37 +1,43 @@
<!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" />
<style>
body {}

h1 {}

p {}


.important {}

<- this will require you to declare a class="important" in one of your HTML elements interesting {}

<- this will require you to declare a id="interesting" in one of your HTML elements
</style>
</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>
<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="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>
</div>
<h1>Welcome to Internship searching website for international student</h1>
<h3>This website is created to help International students finding for internships</h3>
<img class="header-item" src="https://www.debt.org/wp-content/uploads/2013/04/Student-Internship.jpg"
alt="Internship image 2" width=300 px height=200 px />
<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 class="header-container">
Expand Down

0 comments on commit fc723a1

Please sign in to comment.