-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
144 lines (134 loc) · 6.36 KB
/
index.html
File metadata and controls
144 lines (134 loc) · 6.36 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html lang="en">
<head>
<title>Portfolio Dr Gerhard Coetzee</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#" style="font-size: 15px;">GERHARD COETZEE</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about">ABOUT</a></li>
<li><a href="#portfolio">PORTFOLIO</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</div>
</div>
</nav>
<!-- First Container -->
<div class="container-fluid bg-1" align="centre">
<br>
<br>
<h3 align="center" id="about"><br><br>About</h3>
<br>
<div class="col-sm-6">
<div align="left">
<ul>
<h4><li>I am a published author, superior in research, writing documentation and in communication skills.</li></h4>
<h4><li>I am a specialist in social media marketing, media marketing, training & presentations and Search Engine Optimisation.</li></h4>
<h4><li>I am a web (HTML5, CSS3, CSS Grid & Bootstrap) and App developer (iOS & Android).</li></h4>
<h4><li>Degrees: BA, BTh (University of Pretoria), MTh, DTh (University of Stellenbosch).</li></h4>
</ul>
</div>
<hr width="60%">
<h3 align="center">I'm a Creator of Solutions</h3>
</div>
<div class="col-sm-6">
<img src="images/20170429_151024.jpg" class="img-responsive img-circle" alt="Dr Gerhard Coetzee" style="border: 5px solid white;">
</div>
</div>
<!-- Second Container (Grid) -->
<div class="container-fluid bg-2 text-center">
<h3 class="margin" id="portfolio"><br><br>Portfolio</h3>
<h4>Web Applications</h4>
<div class="row">
<div class="col-sm-4">
<p>"Dr Gerhard Coetzee - Anxiety Talks"</p>
<a href="https://gerhardcoetzeersa.github.io/anxietytalks/"><img src="images/Anxiety Webpage.JPG" class="img-responsive margin" style="width:100%;height:220px;" alt="Anxiety Talks"></a>
</div>
<div class="col-sm-4">
<p>"Christelle's Webpage"</p>
<a href="https://gerhardcoetzeersa.github.io/Christelle/"><img src="images/Christelle Webpage.JPG" class="img-responsive margin" style="width:100%;height:220px;" alt="Christelle's Webpage"></a>
</div>
<div class="col-sm-4">
<p>"Pro Fit Fitness Studio" (Demo Website)</p>
<a href="https://gerhardcoetzeersa.github.io/Fitness/"><img src="images/Fitness.JPG" class="img-responsive margin" style="width:100%;height:220px;" alt="Fitness"></a>
</div>
</div>
<h4>Apps</h4>
<div class="row">
<div class="col-sm-4">
<p>Pre- & Postflight Checklist Drones</p>
<a href="https://www.appsheet.com/template/mobilepreview?appId=a7168c03-76b9-41a2-ba14-e62b5c02d1d5&viewType=iPhone" target="_blank"><img src="images/Pre post flight check.JPG" class="img-responsive margin img" style="width:60%;height:300px;" alt="Pre- Postflight Checklist Drones"></a>
</div>
<div class="col-sm-4">
<p>Flight Folio Drones</p>
<a href="https://www.appsheet.com/start/68f25ffd-1aa4-4264-b6c0-d6f21fb21def" target="_blank"><img src="images/Flight Folio App.JPG" class="img-responsive margin img" style="width:60%;height:300px;" alt="Flight Folio Drones"></a>
</div>
<div class="col-sm-4">
<p>Battery Log Drones</p>
<a href="https://www.appsheet.com/start/2471ea84-854e-4c27-9681-e85ee258c6ce" target="_blank"><img src="images/App Battery Log.JPG" class="img-responsive margin img" style="width:60%;height:300px;" alt="Battery Log Drones"></a>
</div>
</div>
</div>
<!-- Third Container (Grid) -->
<div class="container-fluid bg-3 text-center">
<h3 class="margin" id="contact"><br><br>Contact</h3>
<div class="col-sm-6">
<p style="text-align:center;">Contact Me using my Web Form</p>
<form action="messages.php">
<p style="text-align:left;">First name:</p>
<input type="text" name="fname" style="width:100%;">
<br>
<p style="text-align:left;">Last name:</p>
<input type="text" name="lname" style="width:100%;">
<br>
<p style="text-align:left;">Email:</p>
<input type="email" name="email" style="width:100%;"><br>
<p style="text-align:left;">Message:</p>
<textarea name="messages" style="width:100%; height:100px;"></textarea>
<br>
<br>
<input type="submit"><br>
<br>
</form>
</div>
<div class="col-sm-6">
<p style="text-align:center;">Contact Me using my Contact Details:</p>
<ul>
<li><p style="text-align:left;">Tel: +27 826462405</p></li>
<li><p style="text-align:left;">Email: <a href="mailto:gerhardseepos@gmail.com">gerhardseepos@gmail.com</a></p></li>
</ul>
<br>
<p style="text-align:center;">Contact Me using my Social Media Platforms:</p>
<a href="https://www.facebook.com/coetzeeg" class="fa fa-facebook" alt="Facebook logo"></a>
<a href="https://twitter.com/CoetzeeGerhard" class="fa fa-twitter" alt="Twitter logo"></a>
<div style="clear:both"></div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="container-fluid bg-4 text-center">
<p style="font-size:14px;">Website created by <a href="mailto:gerhardseepos@gmail.com" target="_blank">Gerhard Coetzee</a> © 2018. All Rights Reserved</p>
<i class="fa fa-html5"></i>
<i class="fa fa-stack-overflow"></i>
<i class="fa fa-css3"></i>
</footer>
</body>
</html>