-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
163 lines (153 loc) · 7.2 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Akanksha's portfolio</title>
<link rel="stylesheet" href="portfolio.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header>
<nav>
<div class="left">Akanksha.</div>
<div class="right">
<ul>
<li>Home</li>
<li>About</li>
<li>Services</li>
<li>Projects</li>
<li>Contact Me</li>
</ul>
</div>
</nav>
</header>
<main>
<section class="firstsection">
<div class="leftsection">
Hi, My name is <span class="purple">Akanksha Sahani</span>
<div>and I am a passionate Web Developer and designer.</div>
<span id="element">
<div class="buttons">
<button class="btn">Download Resume</button>
<button class="btn">Visit Github</button>
</div>
</span>
</div>
<div class="rightsection">
<img src="images/mee.jpeg" alt="">
</div>
</section>
<hr>
</main>
<section class="secondsection">
<div>
<h1>About me</h1>
<p>I'm a passionate web developer and a dedicated computer science student.As an undergraduate pursuing my degree in Computer Science,I've embarked on a journey to explore the ever-evolving world of technology.Apart from web development, I am also interested in Machine learning and Artificial Inteligence. I thrive on solving complex problems and crafting elegant solutions through clean and efficient code.</p>
</div>
<div class="box">
<div class="vertical">
<div class="vertical-title">
skills
</div>
<div class="vertical-desc">
<div> <h5>UI/UX</h5> <br>
Designing a Website</div>
<div> <h5>HTML,CSS,JAVASCRIPT,BOOTSTRAP</h5><br>
Web development </div>
</div>
</div>
<div class="vertical">
<div class="vertical-title">
Education
</div>
<div class="vertical-desc">
<div> <h5>2019-2021</h5> <br>
PCMB <br>
DAV Public School,Pokhariput,Bhubaneswar</div>
<div> <h5>2022-2026</h5> <br>
Btech,computer Science <br>
Odisha University Of Technology And Research,Bhubaneswar</div>
</div>
</div>
<div class="vertical">
<div class="vertical-title">
Extra curricular activities
</div>
<div class="vertical-desc">
<div>participated in a Hackathon named GEEK-O-THON at IIIT Bhubaneswar</div>
<div><h5>Member</h5><br>
GDSC Club <br> Spectrum Club <br>
</div>
<div><h5>Hobbies</h5><br>
Singing <br>
Yoga <br>
Attending Technical workshops</div>
</div>
</div>
</div>
</section>
<section id="portfolio">
<div class="container">
<h1>My projects</h1>
<div class="work-list">
<div class="work">
<img src="images/Inside-Restaurant.jpg" alt="">
<div class="layer">
<h3>Resturant Website</h3>
<p>The website showcases the unique charm and offerings of a dining establishment.it also helps to deliver delicious food at your doorstep.</p>
<a href="#"><i class="fa-solid fa-arrow-up-right-from-square" style="color: #ff004f;"></i></a>
</div>
</div>
<div class="work">
<img src="images/farmers.jpeg" alt="">
<div class="layer">
<h3>Farming blog Website</h3>
<p>The website helps to increase awareness among farmers with the help of insightful contents and resources through blogs.</p>
<a href="#"><i class="fa-solid fa-arrow-up-right-from-square" style="color: #ff004f;"></i></a>
</div>
</div>
<div class="work">
<img src="images/ecommerce.jpg" alt="">
<div class="layer">
<h3>E-Commerce website</h3>
<p>Made a website that resembles the layout and design of Amazon, one of the largest E-commerce platforms.The site features similar homepage with a searchbar, product listings and categories.</p>
<a href="#"><i class="fa-solid fa-arrow-up-right-from-square" style="color: #ff004f;"></i></a>
</div>
</div>
</div>
</div>
<a href="#" class="btn1">See more</a>
</section>
<!-- contact -->
<div id="contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-title">Contact Me</h1>
<p><i class="fa-regular fa-paper-plane" style="color: #f0f2f4;"></i>[email protected]</p>
<p><i class="fa-solid fa-phone" style="color: #f7f7f7;"></i>67839XXXXX</p>
<div class="social-icons">
<a href=""><img src="images/Facebook.png" alt=""></a>
<a href=""><img src="images/Instagram Circle.png" alt=""></a>
<a href=""><img src="images/LinkedIn.png" alt=""></a>
</div>
</div>
<div class="contact-right">
<form>
<input type="text" name="Name" placeholder="Your Name" required>
<input type="email" name="email" placeholder="Your Email" required>
<textarea name="Message" cols="30" rows="10" placeholder="Your Message"></textarea>
<button type="submit">Submit</button>
</form>
</div>
</div>
</div>
</div>
<section id="last">
<ul>
<li class="item"><i class="fa-regular fa-copyright" style="color: #ffffff;"></i> 2023 www.Akanksha's portfolio.com.All rights reserved.</li>
</ul>
</section>
</body>
</html>