-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 9714b4c
Showing
9 changed files
with
6,840 additions
and
0 deletions.
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,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2020 Ryan Fitzgerald | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
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,39 @@ | ||
var gulp = require('gulp'); | ||
var plumber = require('gulp-plumber'); | ||
const uglify = require('gulp-uglify'); | ||
const sass = require('gulp-sass'); | ||
const wait = require('gulp-wait'); | ||
const babel = require('gulp-babel');; | ||
const rename = require('gulp-rename'); | ||
|
||
gulp.task('scripts', function() { | ||
return gulp.src('./js/scripts.js') | ||
.pipe(plumber(plumber({ | ||
errorHandler: function (err) { | ||
console.log(err); | ||
this.emit('end'); | ||
} | ||
}))) | ||
.pipe(babel({ | ||
presets: [['@babel/env', {modules:false}]] | ||
})) | ||
.pipe(uglify({ | ||
output: { | ||
comments: '/^!/' | ||
} | ||
})) | ||
.pipe(rename({extname: '.min.js'})) | ||
.pipe(gulp.dest('./js')); | ||
}); | ||
|
||
gulp.task('styles', function () { | ||
return gulp.src('./scss/styles.scss') | ||
.pipe(wait(250)) | ||
.pipe(sass({outputStyle: 'compressed'}).on('error', sass.logError)) | ||
.pipe(gulp.dest('./css')); | ||
}); | ||
|
||
gulp.task('watch', function() { | ||
gulp.watch('./js/scripts.js', gulp.series('scripts')); | ||
gulp.watch('./scss/styles.scss', gulp.series('styles')); | ||
}); |
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,192 @@ | ||
<!DOCTYPE html> | ||
<html class="no-js" 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>My Portfolio</title> | ||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> | ||
<link rel="icon" href="favicon.ico" type="image/x-icon"> | ||
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet"> | ||
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css"> | ||
<link href="css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="css/styles.css" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
<div id="mobile-menu-open" class="shadow-large"> | ||
<i class="fa fa-bars" aria-hidden="true"></i> | ||
</div> | ||
<!-- End #mobile-menu-toggle --> | ||
<header> | ||
<div id="mobile-menu-close"> | ||
<span>Close</span> <i class="fa fa-times" aria-hidden="true"></i> | ||
</div> | ||
<ul id="menu" class="shadow"> | ||
<li> | ||
<a href="#about">About</a> | ||
</li> | ||
<li> | ||
<a href="#experience">Recommendations</a> | ||
</li> | ||
<li> | ||
<a href="#education">Education</a> | ||
</li> | ||
<li> | ||
<a href="#skills">Skills</a> | ||
</li> | ||
<li> | ||
<a href="#contact">Contact</a> | ||
</li> | ||
</ul> | ||
</header> | ||
<!-- End header --> | ||
|
||
<div id="lead"> | ||
<div id="lead-content"> | ||
<h1>Julian Bayram</h1> | ||
<h2>Software Developer</h2> | ||
<a href="#" class="btn-rounded-white">Download Resume</a> | ||
</div> | ||
<!-- End #lead-content --> | ||
|
||
<div id="lead-overlay"></div> | ||
|
||
<div id="lead-down"> | ||
<span> | ||
<i class="fa fa-chevron-down" aria-hidden="true"></i> | ||
</span> | ||
</div> | ||
<!-- End #lead-down --> | ||
</div> | ||
<!-- End #lead --> | ||
|
||
<div id="about"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-4"> | ||
<h2 class="heading">About Me</h2> | ||
</div> | ||
<div class="col-md-8"> | ||
<p> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur in iaculis ex. Etiam volutpat laoreet urna. Morbi ut tortor nec nulla commodo malesuada sit amet vel lacus. Fusce eget efficitur libero. Morbi dapibus porta quam laoreet placerat. Donec | ||
eu vehicula neque. Donec viverra lorem nunc, tempus euismod eros sollicitudin ut. Quisque et tincidunt libero. Donec id pharetra justo. Proin euismod lacinia dolor, eu scelerisque justo tempus pharetra. Vivamus nunc justo, finibus | ||
ut nisl sed, euismod rhoncus nulla. Proin sed magna egestas, egestas ante et, congue eros. In consequat, mauris dapibus tincidunt suscipit, ex libero aliquet diam, at maximus risus enim non leo. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- End #about --> | ||
|
||
<div id="experience" class="background-alt"> | ||
<h2 class="heading">Recommendation Letter</h2> | ||
<div align="center"> | ||
<iframe | ||
src="wolk.pdf" align=center; width="45%" height="700px"> | ||
</iframe> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<div id="education"> | ||
<h2 class="heading">Education</h2> | ||
<div class="education-block"> | ||
<h3>Fordham University</h3> | ||
<span class="education-date">Aug 2016 - May 2020</span> | ||
<h4>Bachelor of Science in Information Science</h4> | ||
<p> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur in iaculis ex. Etiam volutpat laoreet urna. Morbi ut tortor nec nulla commodo malesuada sit amet vel lacus. Fusce eget efficitur libero. Morbi dapibus porta quam laoreet placerat. | ||
</p> | ||
</div> | ||
<!-- End .education-block --> | ||
|
||
<div class="education-block"> | ||
<h3>University of Ottawa</h3> | ||
<span class="education-date">Sept 2016 - Sept 2017</span> | ||
<h4>Bachelor of Science in Computer Science</h4> | ||
<ul> | ||
<li> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. | ||
</li> | ||
<li> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. | ||
</li> | ||
<li> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. | ||
</li> | ||
</ul> | ||
</div> | ||
<!-- End .education-block --> | ||
</div> | ||
<!-- End #education --> | ||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
<!-- End #projects --> | ||
|
||
<div id="skills"> | ||
<h2 class="heading">Skills</h2> | ||
<ul> | ||
<li>Microsoft Office</li> | ||
<li>C++</li> | ||
<li>CSS</li> | ||
<li>Public Speaking</li> | ||
<li>Leadership</li> | ||
<li>HTML</li> | ||
<li>JavaScript</li> | ||
<li>Python</li> | ||
<li>Node.js</li> | ||
<li>AngularJs</li> | ||
<li>Confidence</li> | ||
</ul> | ||
</div> | ||
<!-- End #skills --> | ||
|
||
<div id="contact"> | ||
<h2>Get in Touch</h2> | ||
<h3>[email protected]</h3> | ||
<h3>(202) 341 - 4099</h3> | ||
|
||
|
||
|
||
<footer> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-sm-5 copyright"> | ||
<p> | ||
JULIAN BAYRAM | ||
</p> | ||
</div> | ||
<div class="col-sm-2 top"> | ||
<span id="to-top"> | ||
<i class="fa fa-chevron-up" aria-hidden="true"></i> | ||
</span> | ||
</div> | ||
<div class="col-sm-5 social"> | ||
<ul> | ||
<li> | ||
<a href="https://github.com/" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a> | ||
</li> | ||
<li> | ||
<a href="https://stackoverflow.com/" target="_blank"><i class="fa fa-stack-overflow" aria-hidden="true"></i></a> | ||
</li> | ||
<li> | ||
<a href="https://linkedin.com/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
<!-- End footer --> | ||
|
||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
<script src="js/scripts.min.js"></script> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.