This repository has been archived by the owner on Sep 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (71 loc) · 2.92 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="portfolio2.css">
<title>Portfolio</title>
</head>
<body>
<nav class="head">
<p>Port<span>folio</span></p>
<ul class="navbar">
<li class="box box1 active"><a href="#part1"> Home</a></li>
<li class="box box2"><a href="#part2">My work</a> </li>
<li class="box box3"><a href="about.html">About me</a> </li>
<li class="box box4"><a href="#part4">Contact me</a></li>
</ul>
</nav>
<section class="part1" id="part1">
<div class="move">
<p class="intro">Hello,This is Umang sahu</p>
<div class="wrapper">
<div class="static-txt">I'm</div>
<ul class="dynamic-txt">
<li><span>Youtuber</span></li>
<li><span>Designer</span></li>
<li><span>Developer</span></li>
<li><span>Freelancer</span></li>
</ul>
</div>
</div>
</section>
<section class="part2" id="part2">
<img src="embroidery-2417901.png" alt="" class="bgimg">
<div class="container container1" id="container1">
<img src="html5-386614_1920.jpg" href="#" class="img img1">
<p class="para" ><span>Hello,</span> <br>
if you want to make a website then you are the right place.
i have worked for manyclients in the past . and have given
them a complete website,click below to see my old work......
</p>
<button type="submit" class="webbtn" onclick="window.location.href='htmlpage.html'">check website</button>
</div>
<div class="container container2" id="container2">
<img src="youtube.png" href="#" class="img img2">
<p class="para">
I also have my own youtube channel .in which I talk about Tech.
I have uploaded many of videos . click on the button below to
visit my channel.</p>
<button type="submit"onclick="window.location.href='https://youtube.com/channel/UC93QYpBXnE0vzT0CVQk3Pxg'">go to youtube page</button>
</div>
</div>
</section>
<section class="part4" id="part4">
<h1>Contact us</h1>
<form action="index.jpg" method="get">
<input type="text" name="name" id="name" class="name input" placeholder="Enter your name">
<input type="email" name="email" id="email" class="email input" placeholder="Enter your email">
<textarea name="desc" id="desc" cols="4" rows="5" class="desc" placeholder="Descripton"></textarea>
<button type="submit" class="btn">Submit</button>
</form>
<div class="social">
<img src="facebook-logo.png" alt="">
<img src="instagram-1675670.png" alt="">
</div>
<p> Designed by Umang sahu©</p><br>
<p>all Rights reserved</p>
</section>
</section>
</body>
</html>