Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
27874b8
[imad-console] Updates ui/index.html
vishalvarghese46 Aug 2, 2017
35e8543
[imad-console] Updates ui/style.css
vishalvarghese46 Aug 2, 2017
53c4e7f
[imad-console] Updates ui/style.css
vishalvarghese46 Aug 2, 2017
0646d77
[imad-console] Updates ui/style.css
vishalvarghese46 Aug 2, 2017
88a5f36
[imad-console] Updates server.js
vishalvarghese46 Aug 16, 2017
be7d4fa
Create article-one.html
vishalvarghese46 Aug 16, 2017
d0a0445
[imad-console] Updates article-one.html
vishalvarghese46 Aug 16, 2017
6eba26f
[imad-console] Updates server.js
vishalvarghese46 Aug 16, 2017
6ac306f
[imad-console] Updates article-one.html
vishalvarghese46 Aug 16, 2017
67ea481
Delete article-one.html
vishalvarghese46 Aug 16, 2017
8efa8bf
Create article-one.html
vishalvarghese46 Aug 16, 2017
e858eb7
[imad-console] Updates ui/article-one.html
vishalvarghese46 Aug 16, 2017
d9ba305
Create article-two.html
vishalvarghese46 Aug 16, 2017
c4fefd9
Create article-three
vishalvarghese46 Aug 16, 2017
9a6a13c
Rename article-three to article-three.html
vishalvarghese46 Aug 16, 2017
5dd7792
[imad-console] Updates server.js
vishalvarghese46 Aug 16, 2017
9dd15a9
[imad-console] Updates ui/article-one.html
vishalvarghese46 Aug 16, 2017
b5b92b1
[imad-console] Updates ui/article-one.html
vishalvarghese46 Aug 16, 2017
d8de547
[imad-console] Updates ui/article-one.html
vishalvarghese46 Aug 16, 2017
a673f19
[imad-console] Updates ui/article-one.html
vishalvarghese46 Aug 16, 2017
6321218
[imad-console] Updates ui/article-one.html
vishalvarghese46 Aug 16, 2017
71d8d2f
[imad-console] Updates ui/article-one.html
vishalvarghese46 Aug 16, 2017
20ec14c
[imad-console] Updates ui/article-one.html
vishalvarghese46 Aug 16, 2017
46a35f8
[imad-console] Updates ui/style.css
vishalvarghese46 Aug 16, 2017
8ea0d63
adding index.html
vishalvarghese46 Feb 2, 2020
da35917
commiting all changes
vishalvarghese46 Feb 2, 2020
515b1d2
added image
vishalvarghese46 Feb 2, 2020
821b8ea
Create index.txt
vishalvarghese46 Feb 2, 2020
b99acb4
Merge branch 'master' of https://github.com/vishalvarghese46/imad-app…
vishalvarghese46 Feb 2, 2020
fd66920
adding updates to the new txt file
vishalvarghese46 Feb 2, 2020
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 .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions .idea/deployment.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/imad-app.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Table of India</title>
<div>
<table>
<tr>
<th>Name</th>
<th>Age</th>
<th>Bust</th>
</tr>
<tr>
<td>Emily Ratajkowski</td>
<td>28</td>
<td>32C</td>
</tr>
<tr>
<td>Brooklyn Decker</td>
<td>32</td>
<td>34D</td>
</tr>
<tr>
<td>Dillion Carter</td>
<td>27</td>
<td>34DD</td>
</tr>
</table>
</div>

<p>
<img src="ui/test.jpg" >
</p>
</head>
<body>

</body>
</html>
6 changes: 6 additions & 0 deletions index.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This is a proof of concept
And it actually worked

Now I've done some work on it
>> As I'm finished working on it
>> I'm gonna push it to the master
12 changes: 12 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ app.get('/', function (req, res) {
res.sendFile(path.join(__dirname, 'ui', 'index.html'));
});

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

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

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

app.get('/ui/style.css', function (req, res) {
res.sendFile(path.join(__dirname, 'ui', 'style.css'));
});
Expand Down
34 changes: 34 additions & 0 deletions ui/article-one.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE HTML>

<html>
<head>
<title>Article One | Vishal Varghese</title>
<meta name = "viewport" content ="width=device-width, initial-scale=1"/>
<link href="/ui/style.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<div>
<a href = "/" >Home</a>
</div>
<hr/>
<h3 align= "center">Article One</h3>

<div>
August 16, 2017
</div>

<div>
<p>This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.
</p>

<p>This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.
</p>

<p>This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.
</p>
</div>

</div>
</body>
</html>
32 changes: 32 additions & 0 deletions ui/article-three.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE HTML>

<html>
<head>
<title>Article Three | Vishal Varghese</title>
<meta name = "viewport" content ="width=device-width, initial-scale=1"/>
</head>
<body>
<div>
<a href = "/" >Home</a>
</div>
<hr/>
<h3>Article Three</h3>

<div>
August 16, 2017
</div>

<div>
<p>This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.
</p>

<p>This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.
</p>

<p>This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.
</p>
</div>


</body>
</html>
32 changes: 32 additions & 0 deletions ui/article-two.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE HTML>

<html>
<head>
<title>Article Two | Vishal Varghese</title>
<meta name = "viewport" content ="width=device-width, initial-scale=1"/>
</head>
<body>
<div>
<a href = "/" >Home</a>
</div>
<hr/>
<h3>Article Two</h3>

<div>
August 16, 2017
</div>

<div>
<p>This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.
</p>

<p>This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.
</p>

<p>This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.This is the content. This is the content. This is the content.
</p>
</div>


</body>
</html>
4 changes: 2 additions & 2 deletions ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
</head>
<body>
<div class="center">
<img src="/ui/madi.png" class="img-medium"/>
<img src="https://seeklogo.com/images/M/manchester-united-logo-F14DA1FCCD-seeklogo.com.png" class="img-medium"/>
</div>
<br>
<div class="center text-big bold">
Hi! I am your webapp.
Hi! I am Vishal, Welcome to my page.
</div>
<script type="text/javascript" src="/ui/main.js">
</script>
Expand Down
11 changes: 10 additions & 1 deletion ui/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
font-family: sans-serif;
background-color: lightgrey;
background-color: #777777;
margin-top: 75px;
}

Expand All @@ -19,4 +19,13 @@ body {
.img-medium {
height: 200px;
}
.container{
max-width: 800px;
margin: 0 auto;
font-family: san-serif;
color: #525252;
padding-top: 60px;
padding-left: 20px;
padding-right: 20px;
}

Binary file added ui/test.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.