-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (43 loc) · 1.97 KB
/
index.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
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TASK PAGE</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="home-content">
<img src="https://user-images.githubusercontent.com/73993775/227628899-c44dd6c1-dc56-4852-b515-2d3261dbff6f.jpg" alt="InternPe Logo">
<h1 class="hc-head">TASK LISTS</h1>
<div class="p-con">
<p>This website contains all the successfully completed tasks as a Web Developer Intern at <b>InternPe.</b></p>
</div>
<div class="home-bio">
<div class="trans">
<div class="trans-head">
<h3>TASK-1</h3>
</div>
<div class="trans-con">
<p><h2 style="color: #0f2784;">PLACEMENT DRIVE PAGE</h2><br><br>A page made using HTML and CSS which describes the information of a company requirements for placement drive.</p>
</div>
<div class="box-text">
<a href="Task-1/index.html" target="_blank" style="color:#fff;"><button id="btn">View Task</button></a>
</div>
</div>
<div class="trans">
<div class="trans-head">
<h3>TASK-2</h3>
</div>
<div class="trans-con">
<p><h2 style="color: #0f2784;">CALCULATOR</h2><br><br>It takes a little skill to create a calculator with basic mathematical functionalities using CSS, HTML, and JavaScript.</p>
</div>
<div class="box-text">
<a href="Task-2/index.html" target="_blank" style="color:#fff;"><button id="btn">View Task</button></a>
</div>
</div>
</div>
</section>
</body>
</html>