-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPortfolio.html
149 lines (130 loc) · 5.57 KB
/
Portfolio.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
<!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>Prajwal Portfolio</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Poppins:ital,wght@0,200;1,100;1,200&display=swap" rel="stylesheet">
</head>
<body>
<div class="i">
<div class="i-left">
<div class="i-left-wrapper">
<h1 class="i-intro">Hello, My name is </h1>
<h2 class="i-name"> Prajwal Khatri </h2>
<div class="i-title">
<div class="i-title-wrapper">
<div class="i-title-item">Front End Developer</div>
</div>
</div>
<p class="i-desc">I am highly-motivated, result oriented, self-driven, hard-working, fast learner and constantly seeking to improve my skills.
In addition to this, I have the ability to adapt to any type of team environment, I am team oriented and get along with others when working in a group setting. I also have the ability to work independently while staying on schedule and meeting those tight deadlines.</p>
</div>
</div>
<div class="i-right">
<div class="i-bg"></div>
<img src="C:\Users\uSer\OneDrive\Desktop\PortFolio\images\eight.jpg.jpg" alt="My Picture" class="i-img">
</div>
</div>
<div class="a">
<div class="a-left">
<div class="a-card a-bg"></div>
<div class="a-card">
<img src="C:\Users\uSer\OneDrive\Desktop\PortFolio\images\IMG_20210423_091833.jpg" alt="about-image" class="a-img" />
</div>
</div>
<div class="a-right">
<h1 class="a-title">About me</h1>
<p class="a-sub">
Academic Qualification :
Bachelor Running :
BSCCSIT 6th Semester at Amrit Science Campus. <br><br><br>
Skills:
HTML, CSS, BootStrap, Java Script,MERN.
<br>
<br>
Hobbies: Learning Somthing New Everyday.
Playing Football.
</p>
<p class="a-desc">
</p>
</div>
</div>
<h1 class="p">Projects</h1>
<br>
<div class="main">
<div class="cards">
<div class="image">
<a href="https://github.com/Prajwal77777/My-Portfolio"> <img src="../img/Design your house.PNG"></a>
</div>
<div class="title1">
<h1>My Portfolio</h1>
</div>
</div>
<div class="cards">
<div class="image">
<a href="https://github.com/Prajwal77777/My-Portfolio"> <img src="../img/form using js.PNG"></a>
</div>
<div class="title1"><h1>........</h1></div>
</div>
<div class="cards">
<div class="image">
<a href="https://github.com/Prajwal77777/My-Portfolio"> <img src="../img/mandala-2007292_1920.png"></a>
</div>
<div class="title1"><h1>.........</h1></div>
</div>
<div class="cards">
<div class="image">
<a href="https://github.com/Prajwal77777/My-Portfolio"><img src="../img/books-5211309_1920.jpg"></a>
</div>
<div class="title1"><h1>.........</h1></div>
</div>
<div class="cards">
<div class="image">
<a href="https://github.com/Prajwal77777/My-Portfolio"> <img src="../img/menu-3206749_1920.jpg"></a>
</div>
<div class="title1"><h1>.........</h1></div>
</div>
<div class="cards">
<div class="image">
<a href="https://github.com/Prajwal77777/My-Portfolio"> <img src="../img/letter-147697_1280.png"></a>
</div>
<div class="title1"><h1>.......</h1></div>
</div>
</div>
<div class="c">
<div class="c-left"><h1 class="n"> Lets Discuss...</h1>
<div class="card">
<img src="C:\Users\uSer\OneDrive\Desktop\PortFolio\images\contact.jpg" alt="phone" class="c-img1"><h1 class="oh">9862773817</h1>
<img src="C:\Users\uSer\OneDrive\Desktop\PortFolio\images\address.jpg" alt="address" class="c-img2"><h1 class="add">Lainchour, Kathmandhu</h1>
<img src="C:\Users\uSer\OneDrive\Desktop\PortFolio\images\gmail.png" alt="gmail" class="c-img3"><h1 class="mail"><h1 class="mail">[email protected]</h1>
</div>
</div>
<div class="c-right">
<div class="container">
<form id="form" class="form">
<h2>Join With Me</h2>
<div class="form-control">
<label for="username">Username</label>
<input type="text" id="username" placeholder="Enter username">
<small>Error msg</small>
</div>
<div class="form-control">
<label for="email">Email</label>
<input type="text" id="email" placeholder="Enter email">
<small>Error msg</small>
</div>
<div class="form-control">
<label for="description">Desccription</label>
<input type="text" id="description" placeholder="Enter Queries">
</div>
<button type="submit">Submit</button>
</form>
</div>
<script src="scripts.js"></script>
</div>
</div>
</body>
</html>