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

Added Project_6 (Final Project) #224

Open
wants to merge 6 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
87 changes: 87 additions & 0 deletions Project_1/DSC WEB/DSCproject1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project 1</title>
</head>
<body>
<header>
<h1> <center> My Portfolio</center></h1>
</header>
<section>
<div>
<center><a href="#aboutme">About Me</a> | <a href="#projects">Projects</a> | <a href="#contactme">Contact Me</a></center>
</div>
<hr size="5%" color="black">
<div id="aboutme">
<center>
<h2>About Me</h2>
<h3>Name: ISHJOT SINGH MAKKER<br>
Address: Jabalpur,Madhya Pradesh,India<br>
Date of Birth: 15th October 2001</h3>
<center><p style="font-size: large;">Hello, I am Ishjot from Chhattisgarh Swami Vivekanand Technical University. <br>
I am a student currently pursuing B.tech.<br>
I'm currently learning everything<br>
My intersets are in Web Development and Competivtive Coding. <br>
I love to draw and play basketball</p></center>
</center>
</div>
<hr size="5%" color="black">
<div id="projects">
<table width="100%" border="1px">
<caption><h2>My Projects</h2></caption>
<tr>
<th>S.No.</th>
<th>Project Name</th>
<th>Project Image/Videos</th>
</tr>
<tr>
<td>1</td>
<td><b>My Shopping App</b></td>
<td><center><img src="logo.png" title="App" width="250px"> </center></td>
</tr>
<tr>
<td>2</td>
<td><b>Rock Paper Scissor Game</b></td>
<td><center><img src="game.jpg" title="Game" width="250px"></center></td>
</tr>
<tr>
<td>3</td>
<td><b>Tutorial Video Created By Me</b></td>
<td>
<center>
<iframe width="280" height="150" src="https://www.youtube.com/embed/H1VK7rXXii4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</center>
</td>
</tr>
</table><br><br>
</div>
<hr size="5%" color="black">
<div id="contactme">
<center><h2>Contact Me</h2></center>
<center>
<form action="#" method="post" autocomplete="on">
<label for="fname">First Name:</label>
<input type="text" id="fname" name="fname"><br><br>
<label for="lname">Last Name:</label>
<input type="text" id="lname" name="lname"><br><br>
<label for="em">E-mail Id.: </label>
<input type="email" id="em" name="em"><br><br>
<label for="phone">Phone No.:</label>
<input type="text" id="phone" name="phone"><br><br>
<label for="desc">Description:</label>
<textarea id="desc" name="desc" rows="4" cols="50"></textarea><br><br>
<input type="submit" onclick="alert('Do you want to submit your details')" Submit>
<input type="reset" onclick="alert('Do you want to reset your details')" Reset><br>
</form>
</center>
</div>
</section>
<footer>
<center>
<p>&copy; Copyright 2020.</p>
</center>
</footer>
</body>
</html>
Binary file added Project_1/DSC WEB/game.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 Project_1/DSC WEB/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions Project_2/Project_2/Portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project 1</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1> <center> My Portfolio<br><br></center></h1>
</header>
<section>
<div class="navlist">
<center><a href="#aboutme">About Me</a> | <a href="#projects">Projects</a> | <a href="#contactme">Contact Me</a></center><br>
</div>
<hr class="line">
<div id="aboutme" class="center">
<center>
<h2><br>About Me</h2><br><br>
<h3>Name: ISHJOT SINGH MAKKER<br>
Address: Jabalpur,Madhya Pradesh,India<br>
Date of Birth: 15th October 2001</h3>
<center><p class="">Hello, I am Ishjot from Chhattisgarh Swami Vivekanand Technical University. <br>
I am a student currently pursuing B.tech.<br>
I'm currently learning everything<br>
My intersets are in Web Development and Competivtive Coding. <br>
I love to draw and play basketball</p></center>
</center>
</div>
<br><hr class="line">
<div id="projects">
<table width="100%" border="1px" class="skill">
<caption><h2><br>My Projects<br><br><br></h2></caption>
<tr>
<th>S.No.</th>
<th>Project Name</th>
<th>Project Image/Videos</th>
</tr>
<tr>
<td>1</td>
<td><b>My Shopping App</b></td>
<td><center><img src="logo.png" title="App" class="logo"> </center></td>
</tr>
<tr>
<td>2</td>
<td><b>Rock Paper Scissor Game</b></td>
<td><center><img src="game.jpg" title="Game" class="logo"></center></td>
</tr>
<tr>
<td>3</td>
<td><b>Tutorial Video Created By Me</b></td>
<td>
<center>
<iframe width="280" height="150" src="https://www.youtube.com/embed/H1VK7rXXii4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</center>
</td>
</tr>
</table><br><br>
</div>
<hr class="line">
<div id="contactme">
<center><h2><br>Contact Me</h2></center><br><br>
<center>
<form action="#" method="post" autocomplete="on">
<label for="fname">First Name:</label>
<input type="text" id="fname" name="fname"><br><br>
<label for="lname">Last Name:</label>
<input type="text" id="lname" name="lname"><br><br>
<label for="em">E-mail Id.: </label>
<input type="email" id="em" name="em"><br><br>
<label for="phone">Phone No.:</label>
<input type="text" id="phone" name="phone"><br><br>
<label for="desc">Description:</label>
<textarea id="desc" name="desc" rows="4" cols="50"></textarea><br><br>
<button class="button button1">SUBMIT</button>
<button class="button button1">RESET</button>
</form>
</center>
</div>
</section>
<footer>
<center>
&copy; Copyright 2021.
</center>
</footer>
</body>
</html>
Binary file added Project_2/Project_2/game.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 Project_2/Project_2/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
102 changes: 102 additions & 0 deletions Project_2/Project_2/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
*{
margin: 0%;
padding: 0%;
}
html{
scroll-behavior: smooth;
}

.logo{
border-radius: 50%;
text-align: center;
border: 3px solid rgb(0, 0, 0);
height: 180px;
width:250px;
}

body{
width: auto;
height: auto;
font-size: 15px;
font-weight: normal;
margin: auto;
background-color: rgb(240, 239, 239);
border: 10px solid #4c56af;
}

h3{
text-align: center;
font-weight: bolder;
font-size: x-large;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
p{
font-size: large;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.line{
height: 6px;
background-color: black;
}
table{
width: 100%;
text-align: center;
padding: 8px;
border-collapse: collapse;
border-spacing: 0;
border: 1px solid black;
}
.skill{
width: 80%;
text-align: center;
padding: 8px;
border-collapse: collapse;
border: 1px solid black;
margin-left: auto;
margin-right: auto;
}
.navlist a{
text-decoration: none;
color: blue;
}

.center{
margin-left: auto;
margin-right: auto;
}

input[type=text],input[type=email],input[type=tel],textarea {
width: 40%;
padding: 10px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 2px solid #000000;
outline: none;
}

input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,textarea:focus {
background-color: rgb(129, 127, 125);
}

.button {
background-color: #d80c0c;
border: none;
color: white;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer;
}

.button1 {
background-color: #6352f5;
color: black;
}
.button1:hover {
background-color:#000000;
color: white;
}
Binary file added Project_3/Portfolio_3/game.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading