Skip to content

Commit

Permalink
Create master branch via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
mitrostziavarasgr authored Nov 17, 2016
1 parent d2daf95 commit 27b3007
Show file tree
Hide file tree
Showing 6 changed files with 313 additions and 210 deletions.
Binary file added images/arrow-down.png
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 images/octocat-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 14 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,27 @@

<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>M.i.t.r.o.s.t.z.i.a.v.a.r.a.s</h1>
<p>multimitros.blogspot.gr</p>

<p class="view"><a href="https://github.com/mitros1973/m.i.t.r.o.s.t.z.i.a.v.a.r.a.s">View the Project on GitHub <small>mitros1973/m.i.t.r.o.s.t.z.i.a.v.a.r.a.s</small></a></p>

<h1 class="header">M.i.t.r.o.s.t.z.i.a.v.a.r.a.s</h1>
<p class="header">https://multimitros.blogspot.gr</p>

<ul>
<li><a href="https://github.com/mitros1973/m.i.t.r.o.s.t.z.i.a.v.a.r.a.s/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/mitros1973/m.i.t.r.o.s.t.z.i.a.v.a.r.a.s/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/mitros1973/m.i.t.r.o.s.t.z.i.a.v.a.r.a.s">View On <strong>GitHub</strong></a></li>
<li class="download"><a class="buttons" href="https://github.com/mitros1973/m.i.t.r.o.s.t.z.i.a.v.a.r.a.s/zipball/master">Download ZIP</a></li>
<li class="download"><a class="buttons" href="https://github.com/mitros1973/m.i.t.r.o.s.t.z.i.a.v.a.r.a.s/tarball/master">Download TAR</a></li>
<li><a class="buttons github" href="https://github.com/mitros1973/m.i.t.r.o.s.t.z.i.a.v.a.r.a.s">View On GitHub</a></li>
</ul>

<p class="header">This project is maintained by <a class="header name" href="https://github.com/mitros1973">mitros1973</a></p>


</header>
<section>
<p><img src="https://lh3.googleusercontent.com/qvVxzp_qMzkX3MUCMzL_oF5b54bfw6lOoSV7NzpF_vq_AoaXYFzkMCBMjMZD_IdOpLgb2t3hfJE=s512" alt="mitrostziavaras"><img src="https://photos.google.com/./photo/AF1QipP0zaHVkFabDd7X2Yx_vgels5orl99vn7WEe6Eu" alt="https://multimitros.blogspot.gr">### Welcome to GitHub Pages.
Expand Down Expand Up @@ -53,11 +55,10 @@ <h3>
<a href="https://photos.google.com/./photo/AF1QipP0zaHVkFabDd7X2Yx_vgels5orl99vn7WEe6Eu">https://photos.google.com/./photo/AF1QipP0zaHVkFabDd7X2Yx_vgels5orl99vn7WEe6Eu</a></p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/mitros1973">mitros1973</a></p>
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>
37 changes: 20 additions & 17 deletions javascripts/scale.fix.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
var metas = document.getElementsByTagName('meta');
var i;
if (navigator.userAgent.match(/iPhone/i)) {
for (i=0; i<metas.length; i++) {
if (metas[i].name == "viewport") {
metas[i].content = "width=device-width, minimum-scale=1.0, maximum-scale=1.0";
}
}
document.addEventListener("gesturestart", gestureStart, false);
}
function gestureStart() {
for (i=0; i<metas.length; i++) {
if (metas[i].name == "viewport") {
metas[i].content = "width=device-width, minimum-scale=0.25, maximum-scale=1.6";
}
}
}
fixScale = function(doc) {

var addEvent = 'addEventListener',
type = 'gesturestart',
qsa = 'querySelectorAll',
scales = [1, 1],
meta = qsa in doc ? doc[qsa]('meta[name=viewport]') : [];

function fix() {
meta.content = 'width=device-width,minimum-scale=' + scales[0] + ',maximum-scale=' + scales[1];
doc.removeEventListener(type, fix, true);
}

if ((meta = meta[meta.length - 1]) && addEvent in doc) {
fix();
scales = [.25, 1.6];
doc[addEvent](type, fix, true);
}

};
2 changes: 1 addition & 1 deletion params.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "M.i.t.r.o.s.t.z.i.a.v.a.r.a.s",
"tagline": "multimitros.blogspot.gr",
"tagline": "https://multimitros.blogspot.gr",
"body": "![mitrostziavaras](https://lh3.googleusercontent.com/qvVxzp_qMzkX3MUCMzL_oF5b54bfw6lOoSV7NzpF_vq_AoaXYFzkMCBMjMZD_IdOpLgb2t3hfJE=s512)![https://multimitros.blogspot.gr](https://photos.google.com/./photo/AF1QipP0zaHVkFabDd7X2Yx_vgels5orl99vn7WEe6Eu)### Welcome to GitHub Pages.\r\nThis automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here [using GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/), select a template crafted by a designer, and publish. After your page is generated, you can check out the new `gh-pages` branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.\r\n\r\n### Designer Templates\r\nWe’ve crafted some handsome templates for you to use. Go ahead and click 'Continue to layouts' to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved.\r\n\r\n### Creating pages manually\r\nIf you prefer to not use the automatic generator, push a branch named `gh-pages` to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.\r\n\r\n### Authors and Contributors\r\nYou can @mention a GitHub username to generate a link to their profile. The resulting `<a>` element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.\r\n\r\n### Support or Contact\r\nHaving trouble with Pages? Check out our [documentation](https://help.github.com/pages) or [contact support](https://github.com/contact) and we’ll help you sort it out.\r\nhttps://photos.google.com/./photo/AF1QipP0zaHVkFabDd7X2Yx_vgels5orl99vn7WEe6Eu",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}
Loading

0 comments on commit 27b3007

Please sign in to comment.