-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aab892d
commit 10fcf2a
Showing
9 changed files
with
568 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,229 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<link rel="stylesheet" type="text/css" href="style.css" /> | ||
<link | ||
rel="stylesheet" | ||
href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" | ||
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" | ||
crossorigin="anonymous" | ||
/> | ||
<link | ||
href="https://fonts.googleapis.com/css?family=Poppins:200i,300,400&display=swap" | ||
rel="stylesheet" | ||
/> | ||
<link | ||
href="https://fonts.googleapis.com/css?family=Raleway:700&display=swap" | ||
rel="stylesheet" | ||
/> | ||
</head> | ||
<body> | ||
<!-- START NAV --> | ||
|
||
<nav id="navbar" class="nav"> | ||
<a class="navbar-brand"> | ||
< Niklhila /> | ||
</a> | ||
<ul class="nav-list"> | ||
<li> | ||
<a href="#welcome-section">About</a> | ||
</li> | ||
<li> | ||
<a href="#skills">Skills</a> | ||
</li> | ||
<li> | ||
<a href="#projects">Work</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
|
||
<!-- END NAV --> | ||
|
||
<!-- START WELCOME SECTION --> | ||
|
||
<section id="welcome-section" class="welcome-section"> | ||
<h1>Hi, I am Nikhila</h1> | ||
<br> | ||
<ul class="about-me"> | ||
<li>👩💻 Budding Frontend Developer [Beginner] </li> | ||
<li>📚 <span>BCA</span> ( Bachelor of Computer Applications ) <span>Graduate</span></li> | ||
<li>👩💻 <span>Experience: 6 months </span>as Frontend Developer <span>Intern</span></li> | ||
<li>📚🔍Willing to learn new skills</li> | ||
<li>🌱 Fresher</li> | ||
<li>🌱 I’m currently learning React</li> | ||
<li>💼 Open to work</li> | ||
<li>🤝 Open for collaboration</li> | ||
</ul> | ||
</section> | ||
|
||
<!-- END WELCOME SECTION --> | ||
|
||
<!-- START PROJECTS SECTION --> | ||
|
||
<section id="projects" class="projects-section"> | ||
<h2 class="projects-section-header">These are some of my projects</h2> | ||
|
||
<div class="projects-grid"> | ||
<a | ||
href="https://nikhila-dn.github.io/Product-card-Priview/" | ||
target="_blank" | ||
class="project project-tile" | ||
> | ||
<img | ||
class="project-image" | ||
src="./images/product-card.jpg" | ||
alt="project" | ||
/> | ||
<p class="project-title"> | ||
<span class="code"><</span> | ||
Product Card | ||
<span class="code">/></span> | ||
</p> | ||
</a> | ||
<a | ||
href="https://nikhila-dn.github.io/Calculator/" | ||
target="_blank" | ||
class="project project-tile" | ||
> | ||
<img | ||
class="project-image" | ||
src="./images/calculator-img.png" | ||
alt="project" | ||
/> | ||
<p class="project-title"> | ||
<span class="code"><</span> | ||
JavaScript Calculator | ||
<span class="code">/></span> | ||
</p> | ||
</a> | ||
<a | ||
href="https://nikhila-dn.github.io/Faq-accordion-card/" | ||
target="_blank" | ||
class="project project-tile" | ||
> | ||
<img | ||
class="project-image" | ||
src="./images/faq-accordian.jpg" | ||
alt="project" | ||
/> | ||
<p class="project-title"> | ||
<span class="code"><</span> | ||
FAQ Accordion card | ||
<span class="code">/></span> | ||
</p> | ||
</a> | ||
<a | ||
href="https://nikhila-dn.github.io/Advice-Generator-App/" | ||
target="_blank" | ||
class="project project-tile" | ||
> | ||
<img | ||
class="project-image" | ||
src="./images/advice-generator.jpg" | ||
alt="project" | ||
/> | ||
<p class="project-title"> | ||
<span class="code"><</span> | ||
Advice Generator | ||
<span class="code">/></span> | ||
</p> | ||
</a> | ||
<a | ||
href="https://nikhila-dn.github.io/Age-calculator-app/" | ||
target="_blank" | ||
class="project project-tile" | ||
> | ||
<img | ||
class="project-image" | ||
src="./images/age-calculator-app.jpg" | ||
alt="project" | ||
/> | ||
<p class="project-title"> | ||
<span class="code"><</span> | ||
Age Calculator | ||
<span class="code">/></span> | ||
</p> | ||
</a> | ||
<a | ||
href="https://weather-react-app-dn.netlify.app/" | ||
target="_blank" | ||
class="project project-tile" | ||
> | ||
<img | ||
class="project-image" | ||
src="./images/weather-app.jpg" | ||
alt="project" | ||
/> | ||
<p class="project-title"> | ||
<span class="code"><</span> | ||
React Weather app | ||
<span class="code">/></span> | ||
</p> | ||
</a> | ||
</div> | ||
|
||
<a | ||
href="https://github.com/Nikhila-DN" | ||
class="btn btn-show-all" | ||
target="_blank" | ||
>Show all<i class="fas fa-chevron-right"></i | ||
></a> | ||
</section> | ||
|
||
<!-- END PROJECTS SECTION --> | ||
|
||
<!-- START skills SECTION --> | ||
|
||
<section id="skills" class="skills-section"> | ||
<div class="skills-section-header"> | ||
<h2>Skills</h2> | ||
</div> | ||
<div class="skill-list"> | ||
<ul class="skill-list" > | ||
<li><i class="fab fa-html5" style="font-size:48px;color:red"></i><span>HTML</span></li> | ||
<li><i class="fab fa-css3-alt" style='font-size:48px;color:blue'></i><span>CSS</span></li> | ||
<li><i class="fab fa-js" style='font-size:48px;color:yellow'></i><span>JavaScript</span></li> | ||
<li><i class="fab fa-react" style="font-size:48px;color: blue;"></i><span>React</span>(Learning)</li> | ||
<li><i class="fab fa-sass" style="font-size:48px"></i><span>SASS</span></li> | ||
<li><i class="fab fa-bootstrap" style="font-size:48px;color: blueviolet;"></i><span>Bootstrap</span></li> | ||
|
||
</ul> | ||
|
||
</div> | ||
</section> | ||
|
||
<!-- END Skills SECTION --> | ||
|
||
<!-- START FOOTER SECTION --> | ||
|
||
<footer> | ||
<ul type="none"> | ||
<li> | ||
<a | ||
href="https://github.com/Nikhila-DN" | ||
target="_blank" | ||
class="btn" | ||
><i class="fab fa-github"></i> </a | ||
> | ||
</li> | ||
<li> | ||
<a | ||
href="www.linkedin.com/in/nikhila-d" | ||
target="_blank" | ||
class="btn" | ||
><i class="fab fa-linkedin"></i></a | ||
> | ||
</li> | ||
<li> | ||
<a href="[email protected]" class="btn"><i class="fa fa-envelope"></i></a | ||
> | ||
</li> | ||
</ul> | ||
<p> | ||
© All rights reserved 2024 | ||
</p> | ||
</footer> | ||
|
||
<!-- END FOOTER SECTION --> | ||
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body> | ||
</html> |
Oops, something went wrong.