Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Commit

Permalink
docker file, drone-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mike1pol committed Mar 30, 2018
1 parent 20ee91c commit 6988d5e
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pipeline:
docker:
image: plugins/docker
repo: piterjs/piterjs.org
dockerfile: Dockerfile
auto_tag: true
secrets: [ docker_username, docker_password ]
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM nginx:1-alpine

COPY . /usr/share/nginx/html
Binary file removed images/logo.png
Binary file not shown.
25 changes: 25 additions & 0 deletions images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 10 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<meta property="og:title" content="PiterJS.org - Saint-Petersburg JavaScript community">
<meta property="og:description" content="Saint-Petersburg JavaScript community">
<meta property="og:site_name" content="PiterJS">
<meta property="og:image" content="http://piterjs.org/images/logo.png">
<meta property="og:image" content="http://piterjs.org/images/logo.svg">

<style>
body {
background-color: #f1dd3f;
background-color: #F7DF1E;
font-family: "Lucida Console", Monaco, monospace;
font-size: x-large;
color: #323330;
Expand Down Expand Up @@ -53,13 +53,19 @@
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.logo {
margin-top: 10px;
}
.logo img {
max-height: 360px;
}
</style>
</head>

<body>
<div class="content">
<section>
<img id="logo" src="images/logo.png" alt="PiterJS">
<section class="logo">
<img src="images/logo.svg" alt="PiterJS">
</section>
<section>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe7lb5LFc0LaaJu9POvlIAw8Te0g46xSmYZr7FwuCWg2saYmA/viewform">Подать завку на доклад</a>
Expand Down

0 comments on commit 6988d5e

Please sign in to comment.