Skip to content

portfolio submission #6

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

Open
wants to merge 3 commits into
base: master
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
2 changes: 2 additions & 0 deletions PORTFOLIO/tanmay0808.github.io/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

## Portfolio
14,715 changes: 14,715 additions & 0 deletions PORTFOLIO/tanmay0808.github.io/package-lock.json

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions PORTFOLIO/tanmay0808.github.io/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"homepage": "http://Tanmay0808.github.io/portfolio",
"name": "portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"aos": "^2.3.4",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-typewriter-hook": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^3.1.0"
}
}
Binary file added PORTFOLIO/tanmay0808.github.io/public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 85 additions & 0 deletions PORTFOLIO/tanmay0808.github.io/public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/icon.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.

Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Tanmay | Personal Portfolio</title>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&family=Open+Sans:wght@300;400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<style>
body{
margin: 0;
}
.loader{
width: 100vw;
height: 100vh;
background-color: #000;
}
lottie-player{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
width: 300px;
height: 300px;
}
@media screen and (max-width: 900px) {
lottie-player{
width: 50vw;
height:50vh;
max-width: 300px;
max-height: 300px;
}
}
</style>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root">
<div class="loader">
<!-- <img src="img/loader.gif" alt="loader-image"> -->
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src="https://assets4.lottiefiles.com/private_files/lf30_WdTEui.json" background="transparent" speed="1" loop autoplay></lottie-player>
</div>
</div>

<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.

You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.

To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="jquery.typist.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js"></script>
</body>
</html>
25 changes: 25 additions & 0 deletions PORTFOLIO/tanmay0808.github.io/public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions PORTFOLIO/tanmay0808.github.io/public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
65 changes: 65 additions & 0 deletions PORTFOLIO/tanmay0808.github.io/src/App.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
import React from 'react';
import Navbar from "./components/Navbar";
import Intro from "./components/Intro";
import About from './components/About';
import Education from './components/Education';
import Projects from "./components/Projects";
import Contact from './components/Contact';
import Footer from "./components/Footer";
import "./styles/index.scss";
import "../node_modules/aos/dist/aos.css";
import AOS from "aos";

class App extends React.Component {
constructor(props) {
super(props);
AOS.init();
}

componentDidMount() {
var btn = document.getElementById('go-top');

//Navbar Initially Hidden
var navbar = document.getElementById('navbar');
navbar.style.opacity = 0;
navbar.style.transition = 'all .4s linear';

window.onscroll = function () { scrollFunction() };

function scrollFunction() {
if (document.body.scrollTop > 620 || document.documentElement.scrollTop > 620) {
btn.style.display = 'block';
navbar.style.opacity = 1;
}
else {
btn.style.display = 'none';
navbar.style.opacity = 0;
}
}

btn.addEventListener('click', () => {
document.body.scrollTop = 0; //Safari
document.documentElement.scrollTop = 0;//For Chrome ,Firefox, IE & Opera
});
}

componentWillReceiveProps() {
AOS.refresh();
}

render() {
return (
<>
<Navbar />
<Intro />
<About />
<Education />
<Projects />
<Contact />
<Footer />
</>
);
}
}

export default App;
120 changes: 120 additions & 0 deletions PORTFOLIO/tanmay0808.github.io/src/components/About.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
import React from 'react';
import ProfileImg from "../images/Profile.jpeg";

function About() {
return (
<div id="about" className="bg-light" >
<div className="container"
data-aos="flip-right"
data-aos-delay="0"
data-aos-duration="1500"
data-aos-easing="ease-in-linear"
>

{/*PROFILE PIC AND INTRO */}
<h5>ABOUT</h5>
<div className="row">
<div className="col-md-3 col-sm-3 col-xs-12 justify-content-center text-center about-img">
<img className="profile-pic" src={ProfileImg} alt="Profile" />
</div>
<div className="col-md-9 col-sm-9 col-xs-12 about-info">
<p className="lead">I'm currently an MCA student at Department of Computer Science, University of Delhi. I'm a self-motivated developer offering enthusiasm and understanding of various programming languages. I'm always looking for opportunities to work on exciting things. If you're interested in knowing about my technical experience, checkout my <a href="#projects">Projects.</a></p>
<p className="lead">Apart from being a Developer, I prefer playing games like chess , carrom, socializing with friends and family, listening to music and exploring about new technological advancements.</p>
</div>
</div>


<div className="row about-content">
<div className="col-md-6 col-sm-12 col-xs-12 about-profile-section">
<h5 style={{ marginBottom: 15 }}>PROFILE</h5>
<p><i class="fa fa-laptop mr-1"></i> Web Developer, Software Developer </p>
<p><i class="fa fa-graduation-cap mr-1"></i> Masters of Computer Applications at University of Delhi.</p>
<ul className="info-list">
<li>
<strong>Full Name : </strong>
<span>Tanmay</span>
</li>
<li>
<strong>Birth Date : </strong>
<span>August 8, 1999</span>
</li>
<li>
<strong>Prefered Job : </strong>
<span>Web Developer, Software Developer</span>
</li>
<li>
<strong>Website : </strong>
<span>www.portfolio-tanmay.heroku.com</span>
</li>
<li>
<strong>Email : </strong>
<span>[email protected]</span>
</li>
<li>
<strong>Phone : </strong>
<span>+91 7042825054</span>
</li>
</ul> {/*<!-- /info-list -->*/}
</div>

<div className="col-md-6 col-sm-12 col-xs-12 about-skill-section">
<h5 style={{ marginBottom: 15 }}>SKILLS</h5>
<p>I like to do both Front End as well as Back End. I am currently working on MERN (MongoDB, ExpressJS, ReactJS, NodeJS) Stack. </p>
<div class="row">
<div className="col-md-6 col-sm-6 col-xs-6 skill-section-languages mt-3">
<p><strong>Languages</strong></p>
<div>
<ul>
<li>C/C++</li>
<li>JavaScript</li>
<li>Python</li>
<li>HTML/CSS</li>
<li>SASS/SCSS</li>
</ul>
</div>
</div>
<div className="col-md-6 col-sm-6 col-xs-6 skill-section-frameworks mt-3">
<p><strong>Frameworks/Libraries</strong></p>
<div>
<ul>
<li>React Js</li>
<li>Node Js/Express Js</li>
<li>jQuery</li>
<li>Bootstap</li>
</ul>
</div>
</div>
<div className="col-md-6 col-sm-6 col-xs-6 skill-section-database mt-3">
<p><strong>Database</strong></p>
<div>
<ul>
<li>MongoDB</li>
</ul>
</div>
</div>
<div className="col-md-6 col-sm-6 col-xs-6 skill-section-workflow mt-3">
<p><strong>Workflows</strong></p>
<div>
<ul>
<li>Mobile First Design</li>
</ul>
</div>
</div>
</div>
</div>
</div>

<div className="row button-section">
<div className="col-12 text-center">
<div className=" btn-group about-section-buttons">
<a href="#contact" title="Hire Me" className="btn btn-sm btn-outline-secondary">Hire Me</a>
<a href="https://drive.google.com/file/d/17taevBqrIRLiywcfa2OS5n-ZHjT0Nzs0/view?usp=sharing" target="_blank" rel="noopener noreferrer" title="Download Resume" className="btn btn-sm btn-secondary">My Resume</a>
</div>
</div>
</div>
</div>
</div>
)
}

export default About;
Loading