Skip to content

Commit 1d0123d

Browse files
committed
add last updated stamp and JSON link to the CV
1 parent 18f8ccb commit 1d0123d

2 files changed

Lines changed: 7 additions & 54 deletions

File tree

index.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ <h1 class="mb-0">Alaa B.
7171
<div class="subheading mb-5">Carrer Poeta Verdaguer 8, Castellon de la Plana, Spain · +34 654 77 4565 ·
7272
<a href="mailto:alaa.cs@hotmail.com">alaa.cs@hotmail.com</a>
7373
</div>
74-
<p class="mb-5">GIS Developer/Analyst fluent in various geospatial and web; tools and technologies.
75-
Doing Master of Science in Geospatial Technogies- An Erasmus Mundus Joint Degree Master Program
74+
<p class="mb-5">GIS Developer/Analyst fluent in various geospatial technologies and web tools.
75+
Doing Master of Science in Geospatial Technogies&mdash; An Erasmus Mundus Joint Degree Master Program
7676
(<a href = "http://mastergeotech.info" target = "_blank">mastergeotech.info</a>).
7777
Have a Bachelor degree of Computer Science from Ain Shams University, Egypt.
7878
Have eight years of professional experience working as software developer specialzing in GIS applications.</p>
@@ -101,21 +101,17 @@ <h1 class="mb-0">Alaa B.
101101
</span>
102102
</a>
103103
</li>
104-
<!-- <li class="list-inline-item">
105-
<a href="#">
106-
<span class="fa-stack fa-lg">
107-
<i class="fa fa-circle fa-stack-2x"></i>
108-
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
109-
</span>
110-
</a>
111-
</li> -->
112104
</ul>
105+
<br/>
106+
<p>Last updated: <time datetime="2018-09-01 23:59">September 1<sup>st</sup> 2018</time></p>
113107
</div>
114108
</section>
115109
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="map_section">
116110
<div class="my-auto">
117111
<h2 class="mb-5">Experience Map</h2>
118-
112+
<p>This map is created by using the <a target="_blank" href="data/experience.json">JSON</a> version of my
113+
<a target="_blank" href="data/experience.json">experience</a>.
114+
<a target="_blank" href="data/experience.json">Have a look!</a></p><br/>
119115
<div class="container mx-0 px-0 mx-auto">
120116
<div class="row">
121117
<ul class="nav col-md-2 col-12 justify-content-center align-self-center">

server.js

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -11,46 +11,3 @@ var server = app.listen(process.env.PORT || 5000, function () {
1111
console.log('Express app listening at http://%s:%s', host, port)
1212

1313
})
14-
// var express = require('express');
15-
// var app = express();
16-
// const port = 5000;
17-
// const path = require('path');
18-
// var bodyParser = require("body-parser");
19-
// app.use(bodyParser.json({type: 'application/json'}));
20-
//
21-
// //app.use(bodyParser.json());
22-
//
23-
// console.log("Starting server");
24-
//
25-
// app.use(express.static(path.join(__dirname + '/img')));
26-
// app.use(express.static(path.join(__dirname + '/css')));
27-
// app.use(express.static(path.join(__dirname + '/js')));
28-
// app.use(express.static(path.join(__dirname + '/node_modules')));
29-
// app.use(express.static(path.join(__dirname + '/data')));
30-
//
31-
// // Allow cross origin
32-
// app.use(function(req, res, next) {
33-
// res.header("Access-Control-Allow-Origin", "*");
34-
// res.header("Access-Control-Allow-Headers", "Origin, X-Requested-With, Content-Type, Accept");
35-
// next();
36-
// });
37-
//
38-
// app.set('port', port);
39-
//
40-
// //View engine for rendering html
41-
// var engine = require('consolidate');
42-
// app.engine('html', engine.mustache);
43-
// app.set('view engine', 'html');
44-
//
45-
// app.get('/', function(req, res) {
46-
// console.log("starting request")
47-
// res.render(path.join(__dirname + '/index.html'));
48-
// });
49-
//
50-
//
51-
//
52-
//
53-
// app.listen(port, function() {
54-
// console.log("You've been served!")
55-
// console.log("Node app is running at localhost:" + app.get('port'))
56-
// });

0 commit comments

Comments
 (0)