-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
136 lines (119 loc) · 4.57 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
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body >
<nav >
<ul class="navbar">
<!-- <img id="d" src="d1.png"> -->
<li><a href="#">ARYA SHIBU DHANYA</a></li>
<li><a href="#">ABOUT</a></li>
<li><a href="#">PROJECTS</a></li>
<li><a href="#">CONTACT</a></li>
<button id="d" onclick="myFunction()">
<svg xmlns="http://www.w3.org/2000/svg" height="24px"
viewBox="0 -960 960 960" width="24px"
fill="#5f6368"><path d="M480-120q-150 0-255-105T120-480q0-150 105-255t255-105q14 0 27.5 1t26.5 3q-41 29-65.5 75.5T444-660q0 90 63 153t153 63q55 0 101-24.5t75-65.5q2 13 3 26.5t1 27.5q0 150-105 255T480-120Z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M480-280q-83 0-141.5-58.5T280-480q0-83 58.5-141.5T480-680q83 0 141.5 58.5T680-480q0 83-58.5 141.5T480-280ZM200-440H40v-80h160v80Zm720 0H760v-80h160v80ZM440-760v-160h80v160h-80Zm0 720v-160h80v160h-80ZM256-650l-101-97 57-59 96 100-52 56Zm492 496-97-101 53-55 101 97-57 59Zm-98-550 97-101 59 57-100 96-56-52ZM154-212l101-97 55 53-97 101-59-57Z"/></svg>
</button>
<img id="menu" src="images.png">
<!-- <img id="d" src="d1.png"> -->
</ul>
</nav>
<nav>
<ul class="sidebar">
<img id="X" src="x.jpg">
<li><a href="#">ARYA SHIBU DHANYA</a></li>
<li><a href="#">ABOUT</a></li>
<li><a href="#">EXPERIENCE</a></li>
<li><a href="#">PROJECT</a></li>
<li><a href="#">CONTACT</a></li>
</ul>
</nav>
<div class="body">
<!-- <img id="intro" src="lap.jpg"> -->
<div class="intro">
<p> HELLO!!</p>
<P>I AM ARYA SHIBU DHANYA</P>
</div>
</div>
<div class="about">
<h1>About Me</h1>
<div class="ab">
Hi! I'm Arya, an aspiring web developer with a passion for building dynamic, user-friendly websites.<br>
I specialize in front-end development with experience in
HTML, CSS, and JavaScript, and I’m continuously expanding my skills with framework like React.
My goal is to create seamless digital experiences that are not only visually
appealing but also functional and accessible for everyone. I’m constantly learning new
tools and technologies to stay up-to-date with the ever-evolving web development landscape.
</p>
</div>
<div id="skills">
<h1>SKILLS</h1>
<div class="skills">
<div class="s">
<img id="s" src="html.png">
<br>
<h5>HTML</h5>
</div>
<div class="s">
<img id="s" src="css.jpg">
<br>
<h5>CSS</h5>
</div>
<div class="s">
<img id="s" src="js.webp">
<br>
<h5>JavaScript</h5>
</div>
<div class="s">
<img id="s" src="python.webp">
<br>
<h5>PYTHON</h5>
</div>
</div>
</div>
</div>
<div class="project">
<h1>PROJECTS</h1>
<div class="des">
As a beginner front-end developer , I have created many beginner friendly projects using HTML,CSS and JavaScript.
Some of my projects are showcased below.
</div>
<div class="p">
<div class="p1">
<h3>TO-DO LIST</h3>
<br>
<img class="pro" src="">
</div>
<div class="p1">
<h3>TO-DO LIST</h3>
<br>
<img class="pro" src="to do .png">
<div class="g">
Technologies Used: HTML,CSS,JavaScript
<br>
GitHub Repo: [Link]
<br>
Demo: [Link]
</div>
</div>
</div>
<p>f</p>
</div>
<div class="contact">
<div class="i"><i class=" i fa-brands fa-github"></i>
<i class=" i fa-brands fa-linkedin"></i>
<i class=" i fa-regular fa-envelope"></i></div>
<!-- <a><img class="c" src="g.webp"></a>
<a><img class="c" src="linkedin_174857.htm"></a>
<a><img class="c" src="email_8748009.htm"></a> -->
</div>
</body>
<script src="script.js"></script>
</html>