Skip to content

Commit

Permalink
add portfolio and add scirpt to outer html file which redirect to thi…
Browse files Browse the repository at this point in the history
…s portfolio
  • Loading branch information
Siddharthmarko committed Nov 24, 2023
1 parent 8b93105 commit 0027e2c
Show file tree
Hide file tree
Showing 18 changed files with 392 additions and 6 deletions.
4 changes: 2 additions & 2 deletions HoverCard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>Hover Card</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
* {
Expand Down Expand Up @@ -97,7 +97,7 @@
</div>

<div class="project-content">
<h3>Project Name
<h3> Name
<i><svg class="icon" xmlns="http://www.w3.org/2000/svg" width="25" height="22" viewBox="0 0 34 22" fill="none">
<path d="M23.1429 1.46899L32.6667 10.9976L23.1429 20.5238M1.71428 10.9999H32.6667" stroke="white"
stroke-width="2.38095" stroke-linecap="round" stroke-linejoin="round" />
Expand Down
Binary file added Portfolio/Image/FormValidation.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 Portfolio/Image/calculator.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 Portfolio/Image/clock.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 Portfolio/Image/colorChange.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 Portfolio/Image/javasciprt-projectwebp.webp
Binary file not shown.
Binary file added Portfolio/Image/nvidiaLandingPage.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 Portfolio/Image/payPalLandingPage.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 Portfolio/Image/project-png.jpg
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 Portfolio/Image/realStateLandingPage.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 Portfolio/Image/responsiveLandiingPage.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 Portfolio/Image/stopWatch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions Portfolio/Vector-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions Portfolio/Vector.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
194 changes: 194 additions & 0 deletions Portfolio/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,194 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Porfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="mouse"></div>
<div class="portfolio">
<div class="navigate">
<div class="portfolio-heading">
<h1>Goutam Marko</h1>
<h2>Front End Engineer</h2>
<p>"Programming isn't about what you know; it's about what you can figure out." - <span style="font-weight: bolder;"> Chris Pine</span></p>
</div>
<div class="nav-seciton">
<li><span></span>ABOUT</li>
<!-- <li><span></span>EXPERIANCE</li> -->
<li><span></span>PROJECT</li>
</div>
<div class="social-link">
<a href="https://github.com/Siddharthmarko" target="_blank"><li> <img src="./Vector-1.svg" alt=""></li></a>
<a href="https://www.linkedin.com/in/goutam-marko-671823193/" target="_blank"><li><img src="./Vector.svg" alt=""></li></a>
</div>
</div>

<!-- card -->
<div class="right">
<div>
<p class="about">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolorem molestiae voluptatem maiores harum alias reiciendis, sed officia iusto exercitationem illo architecto assumenda, consequuntur dolorum ipsam excepturi? Iusto ipsa amet dolorem?
</p>
</div>
<div class="main-project">
<a href="https://siddharthmarko.github.io/Javascript-Project/Stopwatch/index.html" target="_blank">
<div class="box">
<div class="project-img">
<img src="/Image/stopWatch.png" width="100%" alt="">
</div>

<div class="project-content">
<h3>Stop Watch
<i><svg class="icon" xmlns="http://www.w3.org/2000/svg" width="18" height="22" viewBox="0 0 34 22"
fill="none">
<path d="M23.1429 1.46899L32.6667 10.9976L23.1429 20.5238M1.71428 10.9999H32.6667"
stroke="white" stroke-width="2.38095" stroke-linecap="round" stroke-linejoin="round" />
</svg></i>
</h3>
<p>A web application that uses HTML, CSS, and JavaScript to display the elapsed time in hours, minutes, seconds, and
milliseconds.
</p>
<div class="project-tech">
<button>Html</button>
<button>Css</button>
<button>Javascript</button>
</div>
</div>
</div>
</a>
<a href="https://siddharthmarko.github.io/Javascript-Project/Calculator/index.html" target="_blank">
<div class="box">
<div class="project-img">
<img src="Image/calculator.png" width="100%" alt="">
</div>

<div class="project-content">
<h3>Calculator
<i><svg class="icon" xmlns="http://www.w3.org/2000/svg" width="18" height="22" viewBox="0 0 34 22"
fill="none">
<path d="M23.1429 1.46899L32.6667 10.9976L23.1429 20.5238M1.71428 10.9999H32.6667"
stroke="white" stroke-width="2.38095" stroke-linecap="round" stroke-linejoin="round" />
</svg></i>
</h3>

<p>A web application that uses HTML, CSS, and JavaScript to perform basic arithmetic operations.</p>

<div class="project-tech">
<button>Html</button>
<button>Css</button>
<button>Javascript</button>
</div>
</div>
</div>
</a>
<a href="https://siddharthmarko.github.io/Javascript-Project/FormValidation/index.html" target="_blank">
<div class="box">
<div class="project-img">
<img src="Image/FormValidation.png" width="100%" alt="">
</div>

<div class="project-content">
<h3>Sign up Form with validation
<i><svg class="icon" xmlns="http://www.w3.org/2000/svg" width="18" height="22" viewBox="0 0 34 22"
fill="none">
<path d="M23.1429 1.46899L32.6667 10.9976L23.1429 20.5238M1.71428 10.9999H32.6667"
stroke="white" stroke-width="2.38095" stroke-linecap="round" stroke-linejoin="round" />
</svg></i>
</h3>

<p>A web application that utilizes HTML, CSS, and JavaScript to create a sign-up form with validation to ensure user-entered information is accurate and complete. </p>

<div class="project-tech">
<button>Html</button>
<button>Css</button>
<button>Javascript</button>
</div>
</div>
</div>
</a>
</div>

<div class="second-project">
<a href="https://siddharthmarko.github.io/Javascript-Project/Analog%20clock/index.html" target="_blank"><div class="box">
<div class="project-img">
<img src="Image/clock.png" width="100%" alt="">
</div>

<div class="project-content">
<h3>Real Time Clock
<i><svg class="icon" xmlns="http://www.w3.org/2000/svg" width="18" height="22" viewBox="0 0 34 22"
fill="none">
<path d="M23.1429 1.46899L32.6667 10.9976L23.1429 20.5238M1.71428 10.9999H32.6667" stroke="white"
stroke-width="2.38095" stroke-linecap="round" stroke-linejoin="round" />
</svg></i>
</h3>

<p>Analog clocks tell time the old-fashioned way, while digital clocks tell time the new-fashioned way.</p>

<div class="project-tech">
<button>Html</button>
<button>Css</button>
<button>JavaScript</button>
</div>
</div>
</div></a>
<a href="https://siddharthmarko.github.io/Javascript-Project/Landing%20Pages/page3/Index.html" target="_blank">
<div class="box">
<div class="project-img">
<img src="Image/responsiveLandiingPage.png" width="100%" alt="">
</div>

<div class="project-content">
<h3>Responsive landing page
<i><svg class="icon" xmlns="http://www.w3.org/2000/svg" width="18" height="22" viewBox="0 0 34 22"
fill="none">
<path d="M23.1429 1.46899L32.6667 10.9976L23.1429 20.5238M1.71428 10.9999H32.6667"
stroke="white" stroke-width="2.38095" stroke-linecap="round" stroke-linejoin="round" />
</svg></i>
</h3>

<p>A website that adapts its layout to different screen sizes and devices for an optimal user experience.
</p>

<div class="project-tech">
<button>Html</button>
<button>Css</button>
<button>JavaScript</button>
</div>
</div>
</div>
</a>
<a href="https://github.com/Siddharthmarko?tab=repositories" target="_blank"><div class="box">
<div class="project-img">
<img src="Image/javasciprt-projectwebp.webp" width="100%" alt="">
</div>

<div class="project-content">
<h3>Javascirpt Project respo
<i><svg class="icon" xmlns="http://www.w3.org/2000/svg" width="18" height="22" viewBox="0 0 34 22"
fill="none">
<path d="M23.1429 1.46899L32.6667 10.9976L23.1429 20.5238M1.71428 10.9999H32.6667" stroke="white"
stroke-width="2.38095" stroke-linecap="round" stroke-linejoin="round" />
</svg></i>
</h3>

<p>you can see more project in the respository</p>

<div class="project-tech">
<button>Html</button>
<button>Css</button>
<!-- <button>JavaScript</button> -->
</div>
</div>
</div>
</a>
</div>
</div>
<script src="script.js"></script>
</body>

</html>
5 changes: 5 additions & 0 deletions Portfolio/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const cursor = document.querySelector('.mouse');
document.addEventListener('mousemove', (e) => {
cursor.style.left = (e.clientX - cursor.clientHeight / 2) + 'px';
cursor.style.top = (e.clientY - cursor.clientWidth / 2) + 'px';
})
Loading

0 comments on commit 0027e2c

Please sign in to comment.