-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (64 loc) · 1.93 KB
/
index.html
File metadata and controls
68 lines (64 loc) · 1.93 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Paarthipa Harish</title>
<link rel="stylesheet" href="./index.css">
</head>
<body>
<section>
<div class="header">
<nav>
<ul>
<li><a href="">About</a></li>
<li><a href="">Work</a></li>
<li><a href="">Contact</a></li>
</ul>
</nav>
<div class="intro">
<img src="./1568878529693_18a6894ad181e649973199b4cc9c495a.jpeg" alt="">
<div class="introtext">
<h3>I'm Paarthipa Harish</h3>
</div>
</div>
</div>
</section>
<div class="About">
<div class="aboutimg">
<img src="./Myimage.jpg" alt="">
</div>
<div class="abouttxt">
<div class="aboutintro">
<p>I am a full-stack developer based in Melbourn, Australia</p>
</div>
<hr class="break">
</div>
</div>
</div>
<div class="mywork">
<div class="myworkintro">
<p>Here's what I have done so far</p>
</div>
<div class="myworkdesc">
<img src="./mywork.png" alt="">
<div class="myworkdesctxt">
<h4>Portfolio Site</h4>
<p>The site has six menu and render in the same page. <br>It is a simple Portfolio site.</p>
</div>
</div>
<hr class="break1">
</div>
<div class="myphotos">
<div class="myphotostxt">
<h3>My Photos</h3>
</div>
<div class="myimg">
<img src="./R.jpg" alt="">
<img src="./burwood-cube.png" alt="">
<img src="./Deakin-Law-School-9.jpg" alt="">
<img src="./2-deakin-university.jpg" alt="">
</div>
</div>
</body>
</html>