forked from NateWr/groupstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwon.html
More file actions
77 lines (66 loc) · 4.24 KB
/
won.html
File metadata and controls
77 lines (66 loc) · 4.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE>
<html lang="en_US">
<head>
<title>Groupstrap | A CodeYourFuture Joint</title>
<meta charset="utf-8">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//maxcdn.bootstrapcdn.com">
<link rel="dns-prefetch" href="//code.jquery.com">
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<header class="site-header container">
<nav class="navbar navbar-toggleable-md navbar-inverse bg-inverse">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a href="/" class="navbar-brand">
<img class="img-fluid" src="https://codeyourfuture.co/img/ico/cyf_brand.png" alt="Logo for Groupstrap">
<h1 class="sr-only">Groupstrap | A CodeYourFuture Joint</h1>
</a>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="/">Home <span class="sr-only">(current)</span></a>
</li>
</ul>
</div>
</nav>
</header>
<div role="main" id="content" class="container site-content">
<div class="row">
<div class="col">
<!-- Add your Bootstrap components here -->
<div class="card">
<img class="card-img-top" src="http://floweringheart.org/Man-Meditating.jpg" alt="Card image cap">
<div class="card-block">
<h4 class="card-title">Card title</h4>
<p class="card-text">Meditation can help people feel relax.</p>
<a href="https://www.google.co.uk/search?q=meditation&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjXmYbM4-zTAhUpLsAKHUPqAVgQ_AUICygC&biw=1251&bih=703#imgrc=_hiu-cmJqUgxIM:" class="btn btn-primary">More information</a>
</div>
</div>
<div class="card">
<img class="card-img-top" src="https://www.scienceabc.com/wp-content/uploads/2015/09/Spaceship.jpg" alt="Card image cap">
<div class="card-block">
<h4 class="card-title">Spaceship</h4>
<p class="card-text">I am planning to travel to Space with this.</p>
<a href="https://www.google.co.uk/search?q=spaceship&source=lnms&tbm=isch&sa=X&ved=0ahUKEwi_mduR4-zTAhUlJ8AKHeTPAS0Q_AUICigB&biw=1251&bih=703#imgrc=JSWoiYrA1hDQfM:" class="btn btn-primary">More information</a>
</div>
</div>
<div class="card">
<img class="card-img-top" src="http://s1.picswalls.com/wallpapers/2016/03/29/beautiful-nature-hd_04232357_304.jpg" alt="Card image cap">
<div class="card-block">
<h4 class="card-title">Beautiful Nature</h4>
<p class="card-text">Why don't we enjoy the nature?</p>
<a href="https://www.pexels.com/search/nature/" class="btn btn-primary">More information</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
</body>
</html>