Skip to content

Commit

Permalink
Add tickets site
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Aug 14, 2019
1 parent 3f78089 commit d491dec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/custom.css
Expand Up @@ -8,7 +8,7 @@
--green-dark: #2e7a52;
--green-darker: #1f5237;
--dark-blue: #00202b;
--dark-blue-light: #0D2B36;
--dark-blue-light: #0d2b36;
--selection-color: rgba(77, 204, 137, .35);
--link-gradient-start: #a3f0d6;
--link-gradient-end: #82dbac;
Expand Down Expand Up @@ -697,7 +697,7 @@ h3 a,
h3 a:visited,
h4 a,
h4 a:visited {
--link-gradient-start: #2CC5B6;
--link-gradient-start: #2cc5b6;
--link-gradient-end: #4dcc89;
color: var(--dark-blue);
background: var(--link-gradient-start);
Expand Down
15 changes: 15 additions & 0 deletions tickets.html
@@ -0,0 +1,15 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta content="0; url=https://ti.to/colombia-dev/boyaconf-2019/" http-equiv="refresh">
<script type="text/javascript">
window.location.href = 'https://ti.to/colombia-dev/boyaconf-2019/';
</script>
<title>Redirecting...</title>
</head>
<body>
If you are not redirected automatically, please follow this
<a href='https://ti.to/colombia-dev/boyaconf-2019/'>link</a>.
</body>
</html>

0 comments on commit d491dec

Please sign in to comment.