Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
86fc18bbc9
5 changed files with 40 additions and 151 deletions
|
|
@ -14,10 +14,13 @@
|
|||
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover" />
|
||||
<meta name="theme-color" content="#b7455e" />
|
||||
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
|
||||
<title>Portfolio - András Schmelczer</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="main"> <!-- IE11 doesn't know <main> -->
|
||||
<div id="main"> <!-- IE11 doesn't like <main> -->
|
||||
<noscript><h1>Javascript is required for this website.</h1></noscript>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
img {
|
||||
@include square($img-size);
|
||||
border-radius: 100%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
|
|||
|
|
@ -5,23 +5,24 @@
|
|||
@include center-children();
|
||||
display: none;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
z-index: 2;
|
||||
background-color: rgba(0, 0, 0, 0.85);
|
||||
|
||||
@include on-large-screen {
|
||||
#container > * {
|
||||
#container > * {
|
||||
width: auto;
|
||||
height: auto;
|
||||
|
||||
@include on-large-screen {
|
||||
max-width: 80vw;
|
||||
max-height: 80vh;
|
||||
}
|
||||
}
|
||||
|
||||
@include on-small-screen {
|
||||
#container > * {
|
||||
@include on-small-screen {
|
||||
max-width: 95vw;
|
||||
max-height: 95vh;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -180,7 +180,7 @@ export const portfolio: Portfolio = {
|
|||
`By clicking on a colored circle you can change its settings.
|
||||
New circles can be created by clicking in the large circle (and they can also be moved by drag & drop).`
|
||||
),
|
||||
new Anchor('color', `schmelczer.dev/color`),
|
||||
new Anchor('https://color.schmelczer.dev', `color.schmelczer.dev`),
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
@ -207,7 +207,10 @@ export const portfolio: Portfolio = {
|
|||
description: new Text(
|
||||
`A simple web page where you can view my photos.`
|
||||
),
|
||||
link: new Anchor(`photos`, `schmelczer.dev/photos`),
|
||||
link: new Anchor(
|
||||
`https://photo.schmelczer.dev`,
|
||||
`photo.schmelczer.dev`
|
||||
),
|
||||
},
|
||||
{
|
||||
date: `2016 spring`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue