-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (30 loc) · 1.59 KB
/
Copy pathindex.html
File metadata and controls
38 lines (30 loc) · 1.59 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
<!doctype html>
<html lang="en">
<head>
<title>Dhivya Dharani's Portal</title>
<link rel="stylesheet" href="css.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="name" content="Dhivya Dharani's Portal">
<meta name="robots" content="noindex,nofollow">
</head>
<body>
<ul>
<li class='nav'><a href="#about"> Dhivya Dharani S</a><li>
<li class='topnav'><a href="#cv">My CV</a></li>
<li class='topnav'><a href="#about">About Me</a></li>
<li class='topnav'><a href="#contact">Contact</a></li>
</ul>
<img src="tech.jpg" alt="all is well" width="60%" height="50%">
<h1>Dhivya Dharani's Profile</h1>
<h2 id='about'>About Me</h2>
<p>All our dreams can come true, if we have the courage to pursue them.If we try, there is nothing impossible in this world. I am a Front-End Web Developer,Enthusiastic learner,Programmer. As an Enthusiastic learner, I always interested to keep learning on new things in technology. I am pursuing Third year of Computer Science Engineering at Government College of Technology.</p>
<h2>Credentials and Portfolio</h2>
<p id='cv'><a href="cv.html">My CV </a> | <a href="https://github.com/Dhivyasaravanan111">My GitHub Profile</a> |<a href="https://linkedin.com/in/dhivya-dharani-479787191"> My LinkedIn Profile </a> | <a href="https://hackerrank.com/dhivyasaravanan1">My HackerRank Profile</p>
<h2 id='contact'>Contact</h2>
<p>Email: <a href="mailto:sdhivyadharani@gmail.com">sdhivyadharani@gmail.com</a></p>
</body>
<footer>
<hr>
<code>Copyright (c) 2020 Dhivya Dharani S </code>
</footer>
</html>