-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
61 lines (59 loc) · 2.76 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>BIO-IT - Welcome</title>
<!-- Stylesheets -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link rel="stylesheet" href="./assets/css/master.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-lg">
<div class="walk"></div>
<h1 id="take-home">
<a href="index.php">BIO-IT</a>
</h1>
<div class="walk"></div>
</div>
</div>
<div class="row">
<div class="card text-center" style="width: 20rem;">
<a href="./peptides.html"><img class="card-img-top img-responsive" src="https://upload.wikimedia.org/wikipedia/commons/e/e5/Peptide_bond.png" alt="Card image cap"></a>
<div class="card-body">
<h4 class="card-title">Peptide Bonds</h4>
<p class="card-text">Master the skill of generating and identifying peptide bonds.</p>
</div>
</div>
<div class="walk" style="width: 50px;"></div>
<div class="card" style="width: 20rem;">
<a href="./amino-acid.html"><img class="card-img-top" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/ce/AminoAcidball.svg/1200px-AminoAcidball.svg.png" alt="Card image cap"></a>
<div class="card-body">
<h4 class="card-title">Amino Acids</h4>
<p class="card-text">Understand the functions of the 20 amino acids and memorize their primary structures.</p>
</div>
</div>
<div class="walk" style="width: 50px;"></div>
<div class="card" style="width: 20rem;">
<a href="./titration.html"><img class="card-img-top" src="https://badginglabskills.files.wordpress.com/2016/10/titration-badge-uoe.png" alt="Card image cap"></a>
<div class="card-body">
<h4 class="card-title">Titration Curves</h4>
<p class="card-text">Watch the step-by-step animation of titration curves of the 20 amino acids.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4"></div>
<div class="col-lg-4">
<br /><br />
<p class="lead text-light footer-section" style="font-size: 75%">
Created by <a href="https://github.com/vflav" class="text-light" target="_blank">Flaviu</a> and <a href="https://github.com/tayabsoomro" class="text-light" target="_blank">Tayab</a>
•
<a href="credits.html" class="text-light">Credits</a>
</p>
</div>
<div class="col-lg-4"></div>
</div>
</body>
</html>