-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.HTML
123 lines (118 loc) · 4.95 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!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>I' am Akash</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.min.js" integrity="sha384-fbbOQedDUMZZ5KreZpsbe1LCZPVmfTnH7ois6mU1QK+m14rQ1l2bGBq41eYeM/fS" crossorigin="anonymous"></script>
<link rel="stylesheet" href="akash.CSS">
<link rel="icon" href=" ">
</head>
<body>
<nav class="navbar sticky-top bg-light" >
<div class="container-fluid">
<a class="navbar-brand">
<img src="images/profile.gif" alt="Logo" width="30" height="30" class="d-inline-block align-text-top">
<b>AKASH NEGI</b></a>
<ul class="nav justify-content-end">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">
<img src="images/information.gif" alt="Logo" width="30" height="30" class="d-inline-block align-text-top">
<b>About</b></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<img src="images/work.gif" alt="Logo" width="30" height="30" class="d-inline-block align-text-top">
<b>Work</b></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<img src="images/phone.gif" alt="Logo" width="30" height="30" class="d-inline-block align-text-top">
<b>Contact</b></a>
</li>
</ul>
</div>
</nav>
<div class="Akash_Negi">
<br>
<br>
<br>
<br>
<h1 class="a">I'm Akash Negi.</h1>
<h3 class="2">a <span class="pro">pro</span>grammer.</h3>
<img src="images/pexels-jess-bailey-designs-743986 (2).jpg" width="100%">
</div>
<br>
<br>
<br>
<div class="I"> <h2>I.</h2> </div>
<br>
<div class="first">
<img src="images/hii.PNG" width="20%">
<h3 style="color: rgb(61, 74, 255);">Hi</h3>
<p>I'm a web designer / developer based in Dehradun, India. I have a passion for web design and love to create for web and mobile devices.</p>
</div>
<br>
<br>
<br>
<br>
<div class="What"> <h2>What I can do.</h2> </div>
<br>
<br>
<div class="second">
<div>
<img class="left" src="images/want.PNG">
<h3 style="color: rgb(61, 74, 255);">Design what you want.</h3>
<p>I like to keep it simple. My goals are to focus on typography, content and conveying the message that you want to send.</p>
</div>
<br>
<br>
<br>
<div>
<img class="right" src="images/need.PNG">
</div>
<h3 style="color: rgb(61, 74, 255);">Design what you need.</h3>
<p>I'm a developer, so I know how to create your website to rrun across devices using the latest technologies available.</p>
</div>
</div>
</div>
<br>
<br>
<br>
<br>
<div class="Help"> <h2>I can help. </h2></div>
<br>
<div class="third">
<img src="images/Round Photo.png" width="15%">
<div>
<h3 style="color: rgb(61, 74, 255);">I'm currently available for freelance work.</h3>
<p>If you have a project that you want to get started, think you need my help with something or just fancy saying hey, then get in touch.</p>
</div>
</div>
<br>
<button>MESSAGE ME</button>
<br>
<br>
<br>
<br>
<br>
<div class="last">
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
<br>
<pre><a href="#">Dribble</a> <a href="#">Instagram</a> <a href="#">Twitter</a> </pre></pre>
</div>
<br>
<br>
<h6>Home | About | Contact | Terms of Use | Privacy Policy</h6>
<br>
<h6>© Copyright 2023 <span class="akashnegi">Akash Negi</span>. All rights reserved.</h6>
<br>
</body>
</html>