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

mistake #54

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
bb5dcc8
[imad-console] Updates ui/index.html
thecodearrow Sep 29, 2016
e2baeb0
[imad-console] Updates server.js
thecodearrow Nov 6, 2016
22957f6
all done
thecodearrow Nov 6, 2016
76af72c
mistake_rectify
thecodearrow Nov 6, 2016
f018441
rectify
thecodearrow Nov 6, 2016
1038c33
[imad-console] Updates ui/style.css
thecodearrow Nov 6, 2016
08b4a38
[imad-console] Updates ui/main.js
thecodearrow Nov 6, 2016
bc48e34
[imad-console] Updates ui/index.html
thecodearrow Nov 6, 2016
2f08a8e
last
thecodearrow Nov 6, 2016
ddbed0e
[imad-console] Updates server.js
thecodearrow Nov 6, 2016
5ba6d02
[imad-console] Updates ui/index.html
thecodearrow Nov 6, 2016
9ebf3f3
[imad-console] Updates ui/index.html
thecodearrow Nov 6, 2016
e2d7107
[imad-console] Updates ui/index.html
thecodearrow Nov 6, 2016
ca00e1c
[imad-console] Updates server.js
thecodearrow Nov 6, 2016
d2fdc9f
[imad-console] Updates ui/index.html
thecodearrow Nov 6, 2016
8617b84
[imad-console] Updates server.js
thecodearrow Nov 6, 2016
6857238
[imad-console] Updates ui/index.html
thecodearrow Nov 6, 2016
ba60a6a
added sidebar and other pages
thecodearrow Nov 8, 2016
7e59884
[imad-console] Updates server.js
thecodearrow Nov 8, 2016
1ad2a03
[imad-console] Updates server.js
thecodearrow Nov 8, 2016
71c24ae
[imad-console] Updates server.js
thecodearrow Nov 8, 2016
293bcab
[imad-console] Updates server.js
thecodearrow Nov 8, 2016
b4fd297
[imad-console] Updates ui/about.html
thecodearrow Nov 8, 2016
b3219c1
[imad-console] Updates ui/style.css
thecodearrow Nov 8, 2016
497ee08
[imad-console] Updates server.js
thecodearrow Nov 8, 2016
3c4c260
no more changes for now
thecodearrow Nov 8, 2016
bb66564
minimised css
thecodearrow Nov 8, 2016
cc2d204
optimised img
thecodearrow Nov 8, 2016
e700c59
Create README.md
thecodearrow Jun 12, 2017
5b78ff9
Create README.md
thecodearrow Jun 12, 2017
e0e1882
Create README.md
thecodearrow Jun 12, 2017
761b37c
Create README.md
thecodearrow Jun 12, 2017
daaecf1
Create about.html
thecodearrow Jun 12, 2017
3707c4c
Create about.html
thecodearrow Jun 12, 2017
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Personal-Website-webapp

This is my personal webapp built while doing the NPTEL Introduction to Modern Application Development course in 2016.

### Here's the link to the project --> https://codepen.io/therealcodearrow/project/full/ZoNwaJ
46 changes: 43 additions & 3 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,52 @@ app.get('/', function (req, res) {
res.sendFile(path.join(__dirname, 'ui', 'index.html'));
});

app.get('/ui/style.css', function (req, res) {
app.get('/index.html', function (req, res) {
res.sendFile(path.join(__dirname, 'ui', 'index.html'));
});

app.get('/style.css', function (req, res) {
res.sendFile(path.join(__dirname, 'ui', 'style.css'));
});

app.get('/ui/madi.png', function (req, res) {
res.sendFile(path.join(__dirname, 'ui', 'madi.png'));
app.get('/main.js', function (req, res) {
res.sendFile(path.join(__dirname, 'ui', 'main.js'));
});

app.get('/contact.html', function (req, res) {
res.sendFile(path.join(__dirname, 'ui', 'contact.html'));
});

app.get('/follow.html', function (req, res) {
res.sendFile(path.join(__dirname, 'ui', 'follow.html'));
});

app.get('/about.html', function (req, res) {
res.sendFile(path.join(__dirname, 'ui', 'about.html'));
});

//images

app.get('/dev.jpg', function (req, res) {
res.sendFile(path.join(__dirname, 'ui', 'dev.jpg'));
});

app.get('/dev2.jpg', function (req, res) {
res.sendFile(path.join(__dirname, 'ui', 'dev2.jpg'));
});
app.get('/dev3.jpg', function (req, res) {
res.sendFile(path.join(__dirname, 'ui', 'dev3.jpg'));
});
app.get('/dev4.jpg', function (req, res) {
res.sendFile(path.join(__dirname, 'ui', 'dev4.jpg'));
});

app.get('/myself.jpg', function (req, res) {
res.sendFile(path.join(__dirname, 'ui', 'myself.jpg'));
});

app.get('/about_me.jpg', function (req, res) {
res.sendFile(path.join(__dirname, 'ui', 'about_me.jpg'));
});


Expand Down
102 changes: 102 additions & 0 deletions ui/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>About me</title>

<!-- Bootstrap -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">

<!--Cool font-->
<link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>

<!--CSS-->
<link href="style.css" rel="stylesheet">




</head>
<body id="about">

<div class="polaroid">
<img src="about_me.jpg">
</div>


<div id="about_box">
<div class="container-fluid">
<h3 class="bold_text "><legend>About me:</legend></h3>
<span class="responsive">
<strong>Name:</strong> Prashanth Vaidya .R.<br>
<strong>Age:</strong> 20<br>
<strong>Place:</strong> Bangalore/Chennai<br>
<strong>Institution:</strong> SRM University, Kattankulathur<br>
<strong>Degree:</strong> Btech Information Technology<br>
<strong>Email:</strong> [email protected]</span><br><br>
<p class="responsive"> A blend of a geek and a perfectionist. A cricket enthusiast. Highly motivated. Extremely ambitious. Loves learning new stuff. Current interests are front end web development and programming.</p>

</div>
</div>


<div id="wrapper">
<div class="overlay"></div>

<!-- Sidebar -->
<nav class="navbar navbar-inverse navbar-fixed-top" id="sidebar-wrapper" role="navigation">
<ul class="nav sidebar-nav">
<li class="sidebar-brand">
<a href="#">
<h2 class="bold_text special_blue underline">Welcome</h2>
</a>
<br>

</li>
<li>
<a href="index.html"><span class="bold_text">Home</h3></a>
</li>
<li>
<a href="about.html"><span class="bold_text">About</h3></a>
</li>

<li>
<a href="contact.html"><span class="bold_text">Contact</h3></a>
</li>
<li>
<a href="follow.html"><span class="bold_text">Follow me</h3></a>
</li>
</ul>
</nav>
<!-- /#sidebar-wrapper -->

<button type="button" class="hamburger is-closed" data-toggle="offcanvas">
<span class="hamb-top"></span>
<span class="hamb-middle"></span>
<span class="hamb-bottom"></span>
</button>
</body>



<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <!--jQuery-->
<script src="https://cdn.jsdelivr.net/lettering/0.7.0/jquery.lettering.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/textillate/0.4.0/jquery.textillate.min.js"></script>
<!--other scrips-->
<script src="main.js"></script>



</body>
</html>
Binary file added ui/about_me.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
122 changes: 122 additions & 0 deletions ui/contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Contact me</title>

<!-- Bootstrap -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">

<!--CSS-->
<link href="style.css" rel="stylesheet">




</head>
<body id="contact">
<br><br>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="well well-sm">
<form class="form-horizontal" action="mailto:[email protected]" method="post">
<fieldset>
<strong><legend class="text-center underline">Contact me</legend></strong>

<!-- Name input-->
<div class="form-group">
<label class="col-md-3 control-label" for="name">Name*</label>
<div class="col-md-9">
<input id="name" name="name" type="text" placeholder="Your name" class="form-control">
</div>
</div>

<!-- Email input-->
<div class="form-group">
<label class="col-md-3 control-label" for="email">Your E-mail</label>
<div class="col-md-9">
<input id="email" name="email" type="text" placeholder="Your email" class="form-control">
</div>
</div>

<!-- Message body -->
<div class="form-group">
<label class="col-md-3 control-label" for="message">Your message*</label>
<div class="col-md-9">
<textarea class="form-control" id="message" name="message" placeholder="Please enter your message here..." rows="5"></textarea>
</div>
</div>

<!-- Form actions -->
<div class="form-group">
<div class="col-md-12 text-right">
<button type="submit" class="btn btn-primary btn-lg" id="submit_button">Submit</button>
</div>
</div>
</fieldset>
</form>
</div>
</div>
</div>
</div>


<div id="wrapper">
<div class="overlay"></div>

<!-- Sidebar -->
<nav class="navbar navbar-inverse navbar-fixed-top" id="sidebar-wrapper" role="navigation">
<ul class="nav sidebar-nav">
<li class="sidebar-brand">
<a href="#">
<h2 class="bold_text special_blue underline">Welcome</h2>
</a>
<br>

</li>
<li>
<a href="index.html"><span class="bold_text">Home</h3></a>
</li>
<li>
<a href="about.html"><span class="bold_text">About</h3></a>
</li>

<li>
<a href="contact.html"><span class="bold_text">Contact</h3></a>
</li>
<li>
<a href="follow.html"><span class="bold_text">Follow me</h3></a>
</li>
</ul>
</nav>
<!-- /#sidebar-wrapper -->

<button type="button" class="hamburger is-closed" data-toggle="offcanvas">
<span class="hamb-top"></span>
<span class="hamb-middle"></span>
<span class="hamb-bottom"></span>
</button>
</body>



<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <!--jQuery-->
<script src="https://cdn.jsdelivr.net/lettering/0.7.0/jquery.lettering.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/textillate/0.4.0/jquery.textillate.min.js"></script>
<!--other scrips-->
<script src="main.js"></script>



</body>
</html>
Binary file added ui/dev.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 ui/dev2.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 ui/dev3.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 ui/dev4.jpg
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 ui/follow.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Follow me</title>

<!-- Bootstrap -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

<!--CSS-->
<link href="style.css" rel="stylesheet">







</head>
<body id="follow">



<div id="follow_box">
<div class="col-md-12">
<span class="bold_text animate_text" id="follow_me_text"> Feel free to follow me on...</span>
<ul class="social-network social-circle">
<li><a href="https://www.facebook.com/PrashanthVaidyaR" class="icoFacebook " title="Facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/lordvaidya" class="icoTwitter " title="Twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://in.linkedin.com/in/prashanth-vaidya-b498bba9" class="icoLinkedin" title="Linkedin"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/thecodearrow" class="icoGit " title="Github"><i class="fa fa-github-square"></i></a></li>
<li><a href="https://plus.google.com/u/0/112373943534862024691" class="icoGoogle " title="Google +"><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://www.quora.com/profile/Prashanth-Vaidya-1" class="icoQuora" title="Quora"><i class="fa fa-quora" aria-hidden="true"></i></a></li>
<li><a href="https://www.instagram.com/vaiprash97/" class="icoInsta" title="Instagram"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
</div>
</ul>
</div>



<div id="wrapper">
<div class="overlay"></div>

<!-- Sidebar -->
<nav class="navbar navbar-inverse navbar-fixed-top" id="sidebar-wrapper" role="navigation">
<ul class="nav sidebar-nav">
<li class="sidebar-brand">
<a href="#">
<h2 class="bold_text special_blue underline">Welcome</h2>
</a>
<br>

</li>
<li>
<a href="index.html"><span class="bold_text">Home</h3></a>
</li>
<li>
<a href="about.html"><span class="bold_text">About</h3></a>
</li>

<li>
<a href="contact.html"><span class="bold_text">Contact</h3></a>
</li>
<li>
<a href="follow.html"><span class="bold_text">Follow me</h3></a>
</li>
</ul>
</nav>
<!-- /#sidebar-wrapper -->

<button type="button" class="hamburger is-closed" data-toggle="offcanvas">
<span class="hamb-top"></span>
<span class="hamb-middle"></span>
<span class="hamb-bottom"></span>
</button>
</body>



<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <!--jQuery-->
<script src="https://cdn.jsdelivr.net/lettering/0.7.0/jquery.lettering.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/textillate/0.4.0/jquery.textillate.min.js"></script>
<!--other scrips-->
<script src="main.js"></script>



</body>
</html>
Loading