Skip to content

Instantly share code, notes, and snippets.

@Outrights
Created October 3, 2017 18:32
Show Gist options
  • Save Outrights/e61ef11c518814a40f716a83f888ff50 to your computer and use it in GitHub Desktop.
Save Outrights/e61ef11c518814a40f716a83f888ff50 to your computer and use it in GitHub Desktop.
Button using bootstrap
<head>
<meta name="description" content="[add your bin description]">
<Title> Project 2, Version 1.2 </Title>
<script data-require="p5.js@*" data-semver="0.5.7" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.7/p5.min.js"></script>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<script src="point_01.js"></script>
</head>
<body>
<h1>Custom Buttons</h1>
<h6> This Button is linked to Mr Nava's github blog: </h6>
<a href="http://aurelianonava.github.io/" class="btn btn-primary" role="button">Github.io</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment