-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPortfolio.html
45 lines (37 loc) · 1.37 KB
/
Portfolio.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
<!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">
<link rel="stylesheet" href="../Portfolio.github.io/style.css">
<title>Document</title>
</head>
<body>
<h1>Portfolio</h1>
<br>
<img src="../im/WhatsApp Image 2023-03-06 at 4.02.51 PM.jpeg" alt="" width="200px" height="200px">
<main class="box">
<h1><mark>Introduction</mark></h1>
<br>
<p> <strong><em>I</em></strong> am skilled frontend developed with a passion for creating beautiful
and functoinal user interface. With expertise in HTML, CSS and javaScript, i specalize
in turning design concepts into interactive websites and applications that
provide seamless user experience and detail-oriented.
</p>
</main>
<section>
<h1>Skills</h1>
<br>
<!-- <img src="../im/html5-logo-31816.png" alt="" width="300px" height="100px"> -->
<p><span>HTML</span> <span>CSS</span> <span>JAVASCRIPT</span> </p>
</section>
<img>
<footer>
<a href="#">Home </a>
<a href="#">About </a>
<a href="#">Contact </a>
<a href="#">© | Himanshu Rajput</a>
</footer>
</body>
</html>