Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Portfolio Page - worked on UI. Added new features. #418

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added projects/Portfolio/images/email.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projects/Portfolio/images/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projects/Portfolio/images/java.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projects/Portfolio/images/linkedin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projects/Portfolio/images/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
119 changes: 84 additions & 35 deletions projects/Portfolio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,51 +13,74 @@
<body>
<div class="top">
<img class="top-cloud" src="images/cloud.png" alt="vloud">
<h1>I'm Vijay Benz,</h1>
<h2>A Web Developer.</h2>

<h2 class="toptext">I'm Vijay Benz,</h1>
<h2 class="toptext" >A Web Developer.</h2>
<img class="bottom-cloud" src="images/cloud.png">
<img src="images/download.png">
</div>
<div class="mid">


<div class="box1">
<div class="profile">
<img class="display-pic" src="images/profile.png" alt="">
<h2>Greetings</h2>
<div class="about">I am a 18 yo student who loves Science and Technology
<h2 id="gh">Greetings</h2>
<div class="about">
I am a 18 yo student who loves Science and Technology
</div>
</div>
<hr>
<h2>My Skills</h2>
</div>
<!-- box1 -->

<div class="box2">
<h2 id="b2h">My Skills</h2>

<div class="skills">
<div class="skill-row">
<img class="skillimg" src="images/python.png" alt="">
<!-- <div class="skill-row">
<img class="skillpic" src="images/python.png" alt="">
<h3>Python</h3>
</div>
<div class="skill-row">
<img class="skillimg" src="images/algorithm.png" alt="">
<img class="skillpic" src="images/algorithm.png" alt="">
<h3>DSA</h3>
</div>
</div>
<div class="skill-row">
<img class="skillimg" src="images/java.avif" alt="">
<img class="skillpic" src="images/java.avif" alt="">
<h3>Java</h3>
</div>
<div class="skill-row">
<img class="skillimg" src="images/js.png" alt="">
<img class="skillpic" src="images/js.png" alt="">
<h3>JavaScript</h3>
</div>
<div class="skill-row">
<img class="skillimg" src="images/react.png" alt="">
<img class="skillpic" src="images/react.png" alt="">
<h3>ReactJS</h3>
</div>
</div> -->


<img class="skillpic" src="images/python.png" alt=""/>
<br>

<img class="skillpic" src="images/algorithm.png" alt="" />
<img class="skillpic" src="images/java.png" alt="">
<img class="skillpic" src="images/js.png" alt="">
<img class="skillpic" src="images/react.png" alt="">

</div>
</div>
<hr>
<h2>Experience</h2>
<!-- box2 close -->



<div class="box3">
<h2 id="b3h">Experience</h2>
<div class="experience">

<div class="exp ex1">
<div class ="innerexp">
<h3>GirlScript Summer of Code 2023 </h3>
<p>Contributing to some nice open source projects</p>
<p><strong>Time Period</strong> May 2023 - Present</p>
<p><strong class="str">Time Period</strong> May 2023 - Present</p>
</div>
<img class="expimg" src="images/gssoc.jpeg" alt="">
</div>
Expand All @@ -66,18 +89,21 @@ <h3>GirlScript Summer of Code 2023 </h3>
<div class="innerexp">
<h3>St.Joseph's Institute of Technology</h3>
<p>Learning the fundamentals of Computer Science and some trash subjects like EVS, Engineering Graphics, Chemistry.</p>
<p><strong>Time Period</strong> November 2022 - Present</p>
<p><strong class="str">Time Period</strong> November 2022 - Present</p>
</div>
</div>
</div>
<hr>
<h2>My Skills</h2>
</div>
<!-- box3 closed -->

<div class="box4">
<h2 id="b4h">My Projects</h2>
<div class="skills">
<div class="project-row">
<img class="skillimg" onclick="mathGame()" src="images/math.jpg" alt="">
<h3>Math Game</h3>
</div>
<div class="project-row"">
<div class="project-row">
<img class="skillimg" onclick="flamesCalc()" src="images/love.png" alt="">
<h3>Flames Calculator</h3>
</div>
Expand All @@ -86,23 +112,46 @@ <h3>Flames Calculator</h3>
<h3>Blog Site</h3>
</div>
</div>
</div>
<!-- box4 -->

<div class="box5">

<div class="text">
<h3 class="a-text">Went through my portfolio? Wanna know more about me?</h3>
<p class="b-text">"A day without coding is a day wasted"</p>
<p class="c-text">-Vijay Benz</p>

</div>
<div class="link-contact">
<h4 class="sH">Get in Touch</h4>
<div class="link-box">
<img class="logo" src="images/email.png">

<a class="a-link" href="mailto:[email protected]">E-mail </a>
<br><br>
<img class="logo" src="images/github.png">
<a class="b-link" href="https://github.com/iamvbenz49">Github</a> <br><br>

<img class="logo" src="images/linkedin.png">
<a class="c-link" href="https://www.linkedin.com/in/sham-vijay-v-a568a7238/">LinkedIn</a>
<br><br>

<img class="logo" src="images/twitter.png">
<a class="d-link" href="https://twitter.com/iamvbenz"> Twitter</a>
</div>
<hr>
<div class="contact-me">
<h2>Get in Touch</h2>
<h3>Went through my portfolio? Wanna know more about me?</h3>
<p>"A day without coding is a day wasted"</p>
<p>-Vijay Benz</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
<hr>
<div class="bottom">
<a class="footer-link" href="https://github.com/iamvbenz49">Github</a>
<a class="footer-link" href="https://www.linkedin.com/in/sham-vijay-v-a568a7238/"> LinkedIn</a>
<a class="footer-link" href="https://twitter.com/iamvbenz"> Twitter</a>

</div>
<!-- <box 5closed? -->
<div class="box6">
<h5>© 2023 Vijay Benz</h5>
</div>
<script src="script.js"></script>

</body>

<script src="script.js"></script>



</html>
Loading