Skip to content

Commit

Permalink
Added 2 more projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhila-DN authored Nov 5, 2024
1 parent 19bab0e commit e83b42f
Showing 1 changed file with 261 additions and 0 deletions.
261 changes: 261 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,268 @@
href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay"
crossorigin="anonymous"
/><!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">
&lt; Niklhila /&gt;
</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://intro-section-dropdown-navigation-dn.netlify.app/"
target="_blank"
class="project project-tile"
>
<img
class="project-image"
src="./images/intro-section-with-dropdown-nav.jpg"
alt="project"
/>
<p class="project-title">
<span class="code">&lt;</span>
Intro section
<span class="code">&#47;&gt;</span>
</p>
</a>
<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">&lt;</span>
Product Card
<span class="code">&#47;&gt;</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">&lt;</span>
JavaScript Calculator
<span class="code">&#47;&gt;</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">&lt;</span>
FAQ Accordion card
<span class="code">&#47;&gt;</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">&lt;</span>
Advice Generator
<span class="code">&#47;&gt;</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">&lt;</span>
Age Calculator
<span class="code">&#47;&gt;</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">&lt;</span>
React Weather app
<span class="code">&#47;&gt;</span>
</p>
</a>
<a
href="https://nikhila-dn.github.io/Social-links-profile/"
target="_blank"
class="project project-tile"
>
<img
class="project-image"
src="./images/social-links-profile.jpg"
alt="project"
/>
<p class="project-title">
<span class="code">&lt;</span>
Social links profile
<span class="code">&#47;&gt;</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>
&copy; 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>

<link
href="https://fonts.googleapis.com/css?family=Poppins:200i,300,400&display=swap"
rel="stylesheet"
Expand Down

0 comments on commit e83b42f

Please sign in to comment.