Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Add hyperlinked button.
Browse files Browse the repository at this point in the history
WIP for #7.
  • Loading branch information
RubenVerborgh committed May 3, 2016
1 parent 62600f5 commit 72d6971
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="styles/screen-16x10.css">
<link rel="stylesheet" href="styles/custom.css">
</head>
<body class="shower list">
<header class="caption">
Expand Down Expand Up @@ -402,6 +403,12 @@ <h1>ICT in de lerarenopleiding</h1>
<a href="https://twitter.com/intent/tweet?button_hashtag=Innoversity" class="twitter-hashtag-button" data-url="http://estherdeloof.github.io/March17/" data-dnt="true">Tweet #Innoversity</a>
</p>
</div>

<div class="slide">
<p class="place button">
<a href="https://github.com/OpenWebSlides/ICT-Lerarenopleiding">slides</a>
</p>
</div>



Expand Down
14 changes: 14 additions & 0 deletions styles/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.button {
background-image: linear-gradient(to bottom, #3498db, #2980b9);
border-radius: 28px;
padding: 20px 25px;
border: 3px solid #275c91;
}
.button * {
color: #ffffff !important;
background: none !important;
}
.button:hover {
background: #3cb0fd;
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
}

0 comments on commit 72d6971

Please sign in to comment.