-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
40 lines (34 loc) · 1.49 KB
/
project.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Manoj">
<meta name="description" content="This page contains all the things while I am learning how to create a portfolio website as I learn HTML.">
<meta name="viewport"content="width=device-width , initial scale=1.0">
<title> MyPersonal Portofolio Website </title>
<link rel="icon" href= "icon.png" type="image/x-icon">
<link rel="stylesheet" href="style2.css" type="text/css">
</head>
<body>
<section id="Projects" >
<div class="container">
<a href="https://www.hultprize.org/"><img src="hultprize.png" alt="Logo" class="image"></a>
<div class="overlay">
<div class="text">Go to site.
</div>
</div>
</div>
<h2>Worked on Sustainable Fashion theme for the <a href="https://www.hultprize.org/2023-hult-prize-challenge/"> 2023 Hult Prize challenge</a> </h2>
<p>Our team : <em> Team Trendency</em></p>
<p>You can visit Our project at : <a href="team TRENDENCY (1).pdf">TEAM TRENDENCY'S PITCH</a></p>
<hr>
<br>
<h2> Made a portfolio website using HTML and CSS on <a href="http://replit.com/">Repl it website</h2>
<a href="https://replit.com/@swiftninja135/portifolio-website#index.html"><img src="replit.png" alt="RepL it profile"></a>
<h3>click on the logo image to go to my Repl it profile</h3>
</section>
<p>
<a href="/">Back to home page</a>
</p>
</body>
</html>