-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
129 lines (121 loc) · 5.86 KB
/
index.html
File metadata and controls
129 lines (121 loc) · 5.86 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>nav bar</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<div class="nav">
<ul>
<span class="downlad">
<button> <a href="">Download CV</a></button>
</span>
<div class="links">
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="#contact ">Contact</a>
</li>
</div>
</ul>
</div>
</nav>
<div class="coding">
<div class="left-info" style="color: white;">
<div class="info">
Hi! My name is <span style="color: rgb(207, 97, 7);"> Shiva Neupane
</span>
and I am a web developer based in Nepal.
</div>
<div class="info-button">
<button> <a href="#">Learn More</a></button>
</div>
</div>
<div class="right-info">
<img src="https://astro-fe-portfolio.netlify.app/_astro/hero.f50e213d_Fme8W.png" alt="coding girl">
</div>
</div>
<div class="about-info">
<div class="about"> <h3> About</h3> </div>
<div class="paragraph-info">
<div class="lorem">
<p>
Here is a discription of web page! Lorem ipsum dolor sit amet consectetur adipisicing elit. Vitae minima
assumenda quisquam sit repellendus natus consequatur. Numquam, voluptates iure? Iure dolore doloribus
quam odio provident, dignissimos eos accusantium illo officia perspiciatis voluptatem cumque impedit ad,
nemo fuga. Excepturi, reprehenderit laboriosam?
Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellendus deleniti culpa aliquid autem earum dolorem saepe veniam qui repudi
</p>
</div>
</div>
</div>
<div>
<div class="info-box"> <p>Projects</p> </div>
<div class="projects-box">
<div class="box"> <a href="#"> <img src="https://astro-fe-portfolio.netlify.app/_astro/project.d2edbfe1_ZuohRd.png" alt=""></a>
<div class="projects">
<div class="project-title">Project title</div>
<div class="project-discription">Project description</div>
<div class="programming-lang">
<div class="react">#React</div>
<div class="css">#CSS</div>
<div class="typescript">#Typescript</div>
</div>
</div>
</div>
<div class="box"> <a href="#"> <img src="https://astro-fe-portfolio.netlify.app/_astro/project.d2edbfe1_ZuohRd.png" alt=""></a>
<div class="projects">
<div class="project-title">Project title</div>
<div class="project-discription">Project description</div>
<div class="programming-lang">
<div class="react">#React</div>
<div class="css">#CSS</div>
<div class="typescript">#Typescript</div>
</div>
</div>
</div>
<div class="box"> <a href="#"> <img src="https://astro-fe-portfolio.netlify.app/_astro/project.d2edbfe1_ZuohRd.png" alt=""></a>
<div class="projects">
<div class="project-title">Project title</div>
<div class="project-discription">Project description</div>
<div class="programming-lang">
<div class="react">#React</div>
<div class="css">#CSS</div>
<div class="typescript">#Typescript</div>
</div>
</div>
</div>
</div>
<div class="arrow-right"> <a href="#">View full private projects archieve <i
class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
<div class="container">
<div class="button-in"> <button> <a href="">Say hello!</a></button></div>
<hr>
<div class="frame"> <iframe class="iframe" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d113060.35262400468!2d83.3501336524249!3d27.68219059472219!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3996864275d9755f%3A0x2b1e92d89d4bb3ae!2sButwal!5e0!3m2!1sen!2snp!4v1741149930568!5m2!1sen!2snp" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></div>
<div class="icons">
<a href="https://github.com/codeshiva10/"> <i class="fa-brands fa-github"></i></a>
<a href="#"> <i class="fa-brands fa-linkedin"></i></a>
<a href="#"> <i class="fa-brands fa-twitter"></i></a>
<a href="#"> <i class="fa-brands fa-facebook"></i></a>
<a href="#"> <i class="fa-brands fa-instagram"></i></a>
</div>
</div>
<div class="copyright">
<p>Copyright © 2025.All rights reserved.Made by <a href="#">Shiva Neupane</a>
</p>
</div>
</div>
</body>
</html>