forked from Arun0967/dynamic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDynamic.html
More file actions
66 lines (64 loc) · 2.72 KB
/
Copy pathDynamic.html
File metadata and controls
66 lines (64 loc) · 2.72 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
<!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>Arun Kumar Dynamic Website Designing</title>
<link rel="stylesheet" href="dynamicstyle.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<br>
<center>
<h1 style="font-size:35px;" >MY PROFILE</h1><br>
</center>
<div class="menu-bar">
<ul>
<li class="active"><a href="#"><i class="fa fa-home"></i>Home</a>
</li>
<li><a href="dynamicabout.html"><i class="fa fa-user"></i> About </a></li>
<li><a href="#"><i class="fa fa-puzzle-piece"></i> Interests</a>
<div class="sub-menu-1">
<ul>
<li><a href="#">Watching Movies</a></li>
<li><a href="#">Gardening</a></li>
<li><a href="#">Playing Cricket</a></li>
<li><a href="#">Reading</a></li>
</ul>
</div>
</li>
<li><a href="dynamicgallery.html"><i class="fa fa-picture-o"></i> Gallery</a></li>
<li><a href="#"><i class="fa fa-phone"></i> Contact</a>
<div class="sub-menu-2">
<ul>
<li><a href="#"><i class="fa fa-envelope-o"></i> arunkumar.chavanaboina@gmail.com</a></li>
<li><a href="https://www.instagram.com/arun_a_r_y_a_n/"><i class="fa fa-instagram"></i> arun_a_r_y_a_n</a></li>
</ul>
</div>
</li>
</ul>
</div>
<center>
<br><br><img src="C:\Users\Arun Kumar\Downloads\hello.jpg" alt="HELLO" idth="350"height="250">
</center>
<center>
<h2 style="color:rgb(230, 103, 103); font-style:italic; font-size:40px;">This is A.K</h2>
</center>
<br>
<div class="container">
<h2> Leave a comment</h2>
<form>
<textarea placeholder='Add your Comment'></textarea>
<div class="btn">
<input type="submit" value='Comment'>
<button id='clear'>Cancel</button>
</div>
</form>
</div>
<script src='dynamicscript.js'></script>
</body>
</html>