-
Notifications
You must be signed in to change notification settings - Fork 13
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
Mithra's Website #9
Open
mithrasankar
wants to merge
7
commits into
gotechnica:main
Choose a base branch
from
mithrasankar:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "pwa-chrome", | ||
"request": "launch", | ||
"name": "Launch Chrome against localhost", | ||
"url": "http://localhost:8080", | ||
"webRoot": "${workspaceFolder}" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,283 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<link rel="stylesheet" href="styles.css" /> | ||
<script src="script.js"></script> | ||
<link | ||
rel="stylesheet" | ||
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" | ||
/> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<title>mithra's photos</title> | ||
|
||
<div id="header"> | ||
<h1 class="title">mithra sankar</h1> | ||
|
||
<div class="nav"> | ||
<nav> | ||
<ul> | ||
<li><a href="home.html"> home</a></li> | ||
<li><a href="index.html"> about me</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</div> | ||
</head> | ||
<body> | ||
<div class="homeTitle"> | ||
<h1>gallery</h1> | ||
<h2>some of my photos --- click to enlarge!</h2> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="column"> | ||
<img | ||
src="images/indiaGate.jpg" | ||
onclick="openLightbox();toSlide(1)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/reflection.jpg" | ||
onclick="openLightbox();toSlide(5)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/prayag.jpg" | ||
onclick="openLightbox();toSlide(9)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/rocksOnRocks.jpg" | ||
onclick="openLightbox();toSlide(13)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/insideTrain.jpg" | ||
onclick="openLightbox();toSlide(17)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/soloTree.jpg" | ||
onclick="openLightbox();toSlide(21)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/anotherSeason.jpg" | ||
onclick="openLightbox();toSlide(25)" | ||
class="hover-shadow preview" | ||
/> | ||
</div> | ||
<div class="column"> | ||
<img | ||
src="images/blueberries.jpg" | ||
onclick="openLightbox();toSlide(2)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/myWorld.jpg" | ||
onclick="openLightbox();toSlide(6)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/greyscaleMahal.jpg" | ||
onclick="openLightbox();toSlide(10)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/islandsFar.jpg" | ||
onclick="openLightbox();toSlide(14)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/reservoir.jpg" | ||
onclick="openLightbox();toSlide(18)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/theGates.jpg" | ||
onclick="openLightbox();toSlide(22)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/firework.JPG" | ||
onclick="openLightbox();toSlide(26)" | ||
class="hover-shadow preview" | ||
/> | ||
</div> | ||
<div class="column"> | ||
<img | ||
src="images/nyc.jpg" | ||
onclick="openLightbox();toSlide(3)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/viewFromAfar.jpg" | ||
onclick="openLightbox();toSlide(7)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/philly.jpg" | ||
onclick="openLightbox();toSlide(11)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/hawaMahal.jpg" | ||
onclick="openLightbox();toSlide(15)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/phoneEatsFirst.jpg" | ||
onclick="openLightbox();toSlide(19)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/girl'sSunset.jpg" | ||
onclick="openLightbox();toSlide(23)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/delcastle.JPG" | ||
onclick="openLightbox();toSlide(27)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/islands.jpg" | ||
onclick="openLightbox();toSlide(29)" | ||
class="hover-shadow preview" | ||
/> | ||
</div> | ||
<div class="column"> | ||
<img | ||
src="images/tajDistance.JPG" | ||
onclick="openLightbox();toSlide(4)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/innocence.jpg" | ||
onclick="openLightbox();toSlide(8)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/railroad.jpg" | ||
onclick="openLightbox();toSlide(12)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/threeGirls.jpg" | ||
onclick="openLightbox();toSlide(16)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/theirWindow.jpg" | ||
onclick="openLightbox();toSlide(20)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/ourWindow.jpg" | ||
onclick="openLightbox();toSlide(24)" | ||
class="hover-shadow preview" | ||
/> | ||
<img | ||
src="images/contentMan.jpg" | ||
onclick="openLightbox();toSlide(28)" | ||
class="hover-shadow preview" | ||
/> | ||
</div> | ||
</div> | ||
<div id="Lightbox" class="modal"> | ||
<span class="close pointer" onclick="closeLightbox()">×</span> | ||
<div class="modal-content"> | ||
<div class="slide"> | ||
<img src="images/indiaGate.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/blueberries.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/nyc.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/tajDistance.JPG" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/reflection.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/myWorld.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/viewFromAfar.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/innocence.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/prayag.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/greyscaleMahal.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/philly.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/railroad.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/rocksOnRocks.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/islandsFar.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/hawaMahal.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/threeGirls.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/insideTrain.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/reservoir.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/phoneEatsFirst.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/theirWindow.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/soloTree.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/theGates.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/girl'sSunset.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/ourWindow.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/anotherSeason.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/firework.JPG" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/delcastle.JPG" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/contentMan.jpg" class="image-slide" /> | ||
</div> | ||
<div class="slide"> | ||
<img src="images/islands.jpg" class="image-slide" /> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
<html lang = "en-US"> | ||
|
||
<head> | ||
<link rel="stylesheet" href= "styles.css"/> | ||
<script src="script.js"></script> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
|
||
<title> | ||
mithra sankar | ||
</title> | ||
|
||
<div id= "header"> | ||
<h1 class="title"> | ||
mithra sankar | ||
</h1> | ||
|
||
<div class="nav"> | ||
<nav> | ||
<ul> | ||
<li><a href="home.html"> home</a></li> | ||
<li><a href="index.html"> about me</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</div> | ||
</head> | ||
|
||
<body> | ||
<div class="flexContainer"> | ||
<style> | ||
|
||
</style> | ||
<div class="picture"> | ||
<img | ||
src= images/mithraprofile.jpg width="370px"/> | ||
<div class = contact > | ||
<p> | ||
<a href= "https://www.linkedin.com/in/mithrasankar"> <p>more about me --</p> @mithrasankar </a> | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<div class="intro"> | ||
<p> | ||
hi! | ||
my name is mithra sankar and I am an incoming honors computer science major at the university of delaware. | ||
I enjoy documenting my life and capturing moments and experiences through images. though | ||
</p> | ||
<p> | ||
to learn about me + my experience, refer to "more about me" on the left! | ||
</p> | ||
</div> | ||
|
||
<div id= footer> | ||
<form action="#"> | ||
<h2>contact me</h2> | ||
<table> | ||
<tr> | ||
<td> <label for="email"> | ||
<h3>your email: </h3> | ||
<input type="email" id="email" placeholder="[email protected]" /> | ||
</label> </td> | ||
<td> <label for="message"> | ||
<h4>your message:</h4> | ||
<textarea id="message" placeholder="enter any questions here... "></textarea> | ||
</label></td> | ||
<td> | ||
<div class="submit-button-wrapper"> | ||
<input type="submit" value="send" id="submit-button"/> | ||
</div> | ||
</td> | ||
</tr> | ||
</table> | ||
</form> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this styling to your styles.css file.