-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
171 lines (149 loc) · 6.33 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Deepak's Portfolio </title>
<!---custom css link---->
<link rel="stylesheet" href="/assets/css/index.css">
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
</head>
<body>
<!------Header Section------>
<header>
<a href="#" class="logo"> <span>Dev</span>loper</a>
<ul class="navlist">
<li><a href="#home" class="active">Home</a></li>
<li><a href="#about">About Me</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#project">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="bx bx-menu" id="menu-icon"></div>
</header>
<!---------Home Section--------------->
<section class="home" id="home">
<div class="home-text">
<div class="slide">
<span class="one">Hello</span>
<span class="two">I'm</span>
</div>
<h1>Deepak</h1>
<h3>Full Stack <span>Developer</span></h3>
<p>Computer Science Graduate and<br> A passionate coder from India.</p>
<div class="button">
<a href="#" class="btn">About</a>
</div>
</div>
</section>
<!---------about Section --------------->
<section class="about" id="about">
<div class="about-img">
<img src="img/about.jpg">
</div>
<div class="about-text">
<h2>About <span>Me</span></h2>
<h2 style="margin-top: 1vh;">Deepak Pradhan</h2>
<h4>Full-Stack Developer!</h4>
<p> I am a Computer science graduate and a skilled developer proficient in <span> C#,</span> <span> ASP .Net Core.</span>
Also have well knowladge on <span style="color:red ;">C, </span> <span style="color:rgb(64, 255, 0) ;">C++</span>
I am equally comfortable working solo as well as in a group setting. So I am looking for continue this
coding journey and developing my skill by collaborating with a tech team.
</p>
<a href="#" class="btn">More About</a>
</div>
</section>
<!-----------Portfolio Section--------------->
<section class="portfolio" id="portfolio">
<div class="main-text">
<h2><span>latest</span>Project</h2>
</div>
<div class="portfolio-content">
<div class="row">
<img src="img/project1.jpg">
<div class="layer">
<h5>Visual Design</h5>
<p>Check out 10 best Design's updates for the top web design & development compaines.</p>
<a href="#"> <i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="row">
<img src="img/project2.jpg">
<div class="layer">
<h5>Visual Design</h5>
<p>Check out 10 best Design's updates for the top web design & development compaines.</p>
<a href="#"> <i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="row">
<img src="img/project3.jpg">
<div class="layer">
<h5>Visual Design</h5>
<p>Check out 10 best Design's updates for the top web design & development compaines.</p>
<a href="#"> <i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="row">
<img src="img/project4.jpg">
<div class="layer">
<h5>Visual Design</h5>
<p>Check out 10 best Design's updates for the top web design & development compaines.</p>
<a href="#"> <i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="row">
<img src="img/project5.jpg">
<div class="layer">
<h5>Visual Design</h5>
<p>Check out 10 best Design's updates for the top web design & development compaines.</p>
<a href="#"> <i class='bx bx-link-external'></i></a>
</div>
</div>
<div class="row">
<img src="img/project6.jpg">
<div class="layer">
<h5>Visual Design</h5>
<p>Check out 10 best Design's updates for the top web design & development compaines.</p>
<a href="#"> <i class='bx bx-link-external'></i></a>
</div>
</div>
</div>
</section>
<!------------------Contact section------------>
<section class="contact" id="contact">
<div class="contact-text">
<h2>Contact <span>Me!</span></h2>
<h4>If you have any project idea in your mind.</h4>
<p>Feel Free to connect with me.</p>
<div class="list">
<li><a href="#">1234567890</a></li>
<li><a href="#">[email protected]</a></li>
</div>
<div class="contact-icons">
<a href="#"><i class='bx bxl-facebook'></i></a>
<a href="#"><i class='bx bxl-twitter'></i></a>
<a href="#"><i class='bx bxl-instagram-alt'></i></a>
<a href="#"><i class='bx bxl-youtube'></i></a>
</div>
</div>
<div class="contact-form">
<form action="">
<input type="name" placeholder=" Name " required>
<input type="email" placeholder=" Email " required>
<input type="number" placeholder=" Mobile Number" required>
<textarea name="" id="" cols="35" rows="10" placeholder="Tell me what's in your mind. " required></textarea>
<input type="submit" value="Send Message" class="submit" required>
</form>
</div>
</section>
<!---------End Section---------->
<section class="end">
<div class="last-text">
<p>@Deepak</p>
</div>
<div class="top">
<a href="#home"><i class='bx bx-up-arrow-alt'></i></a>
</div>
</section>
</body>
</html>