-
Notifications
You must be signed in to change notification settings - Fork 0
/
vision.html
80 lines (68 loc) · 2.48 KB
/
vision.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Stefanie Lueck Projects</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1 {font-family: "Raleway", Arial, sans-serif}
h1 {letter-spacing: 6px}
.w3-row-padding img {margin-bottom: 12px}
</style>
</head>
<body>
<!-- !PAGE CONTENT! -->
<div class="w3-content" style="max-width:1500px">
<!-- Header -->
<header class="w3-panel w3-center w3-opacity" style="padding:128px 16px">
<h1 class="w3-xlarge">Plant Phenotyping Projects</h1>
<h1>Stefanie Lueck</h1>
<div class="w3-padding-32">
<div class="w3-bar w3-border">
<a href="index.html" class="w3-bar-item w3-button">Home</a>
<a href="bioinformatics.html" class="w3-bar-item w3-button">Bioinformatics</a>
<a href="vision.html" class="w3-bar-item w3-button w3-light-grey">Plant Phenotyping</a>
<a href="astro.html" class="w3-bar-item w3-button w3-button ">Astronomy</a>
</div>
</div>
</header>
<!-- Photo Grid -->
<div class="w3-row-padding" style="margin-bottom:128px">
<div class="w3-half">
<a href="https://github.com/snowformatics/BluVisionMicro" target="_blank">
<img src="images/hyphae.png" alt="Hyphae Image" style="width:100%">
</a>
<p style="font-size: 20px;">BluVision Micro Software</p>
</div>
<div class="w3-half">
<a href="https://github.com/snowformatics/macrobot" target="_blank">
<img src="images/mb.png" alt="Macrobot Image" style="width:80%">
</a>
<p style="font-size: 20px;">BluVision Macro Software</p>
</div>
</div>
<!-- End Page Content -->
</div>
<!-- Footer -->
<footer class="w3-container w3-padding-64 w3-light-grey w3-center w3-large">
<a href="https://twitter.com/snowformatics" target="_blank" class="w3-bar-item w3-button w3-hide-small">
<i class="fa fa-twitter w3-hover-opacity"></i>
</a>
<a href="https://youtube.com/@micro-andmacrophenomics6019" class="fa fa-youtube"></a>
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank" class="w3-hover-text-green">w3.css</a></p>
</footer>
</body>
</html>
</title>
</head>
<body>
</body>
</html></title>
</head>
<body>
</body>
</html>