Skip to content

Commit

Permalink
add index and background
Browse files Browse the repository at this point in the history
  • Loading branch information
bensch777 committed Aug 24, 2020
1 parent 5545119 commit 796551e
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 0 deletions.
Empty file added .gitignore
Empty file.
69 changes: 69 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added img/kratzer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" rel="stylesheet">
<style type="text/css">
body {
font-family: 'Open Sans', sans-serif;
background-image: url(img/kratzer.png);
}
</style>


<!-- ((1)) - Put your brand name or whatever you want -->
<title>@Laufmix | Linktree</title>
</head>
<body>

<div class="container">
<div class="row justify-content-center mt-4">
<!-- ((2)) - Put your image / icon here -->
<img alt="Laufmix" class="rounded-circle img-thumbnail border border-info" src="" style="height:96px; width:96px;">
</div>
<div class="row justify-content-center mt-3 mb-3">
<!-- ((3)) - Put your brand name or whatever you want -->
<h3 style="color:#324D5C;">@Laufmix</h3>
</div>
<div class="row justify-content-center mx-2">
<!-- ((4)) - Buttons blocks - you can add as many as you want -->
<a href="https://www.laufmix.de" class="btn btn-outline-info btn-lg btn-block">My Blog</a>
<a href="https://www.strava.com/clubs/laufmix" class="btn btn-outline-info btn-lg btn-block">Strava-Club Laufmix</a>
</div>

<div class="row justify-content-center mt-4">
<ul class="list-unstyled">
<!-- ((5)) - Social icon blocks - you can add as many as you want -->
<li class="list-inline-item "><a href="https://twitter.com" rel="nofollow noopener" target="_blank"><i class="fab fa-twitter text-secondary"></i></a></li>
<li class="list-inline-item"><a href="https://www.facebook.com" rel="nofollow noopener" target="_blank"><i class="fab fa-facebook text-secondary"></i></a></li>
<li class="list-inline-item"><a href="https://www.youtube.com" rel="nofollow noopener" target="_blank"><i class="fab fa-youtube text-secondary"></i></a></li>
<li class="list-inline-item"><a href="https://www.strava.com" rel="nofollow noopener" target="_blank"><i class="fab fa-strava text-secondary"></i></a></li>
<li class="list-inline-item"><a href="https://www.instagram.com" rel="nofollow noopener" target="_blank"><i class="fab fa-instagram text-secondary"></i></a></li>
<li class="list-inline-item"><a href="https://www.pinterest.com" rel="nofollow noopener" target="_blank"><i class="fab fa-pinterest text-secondary"></i></a></li>
</ul>
</div>


</div>


<!-- Bootstrap core JavaScript -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>


<!-- YOU CAN ADD SCRIPTS AND STUFF DOWN BELOW HERE-->

</body>
</html>

0 comments on commit 796551e

Please sign in to comment.