-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
78 lines (66 loc) · 3.19 KB
/
index.php
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
<?php
require 'lib/game.inc.php';
$view= new Site\View();
?>
<!doctype html>
<html lang='en'>
<!--
Hello, I am the HTML duck. I kind of lame..tend to be
pretty DRY
.....
;"' "";""'"';'
; ". ;'',;":":
:' '"" ;"':"':"'
," ';""""
; ,:
: ;'"
: '":
'; :
': ;
: ':
,;"'"'"....' :
,."' '" :
,;" :
,"" .;"''' :
;;. ,.;"" ;' :
':"""""""""' ,;" '. ;
'; ,.;""" : ;'
:'' ;'" :: ;"'
'. '"""' ;" ,;"'
: ';. ,;' ,.'"
; '"""":.. ,.;." ,''
'; """"""' ;'
';. ;'
';. . ;;'
,:";. '':':';;'
,',; """""'";;:'
: : ';;. ,..
':'"""""";. : """':.
;. ;"'' ': .;:
''"..;'
-->
<?php echo $view->presenthead("Home") ?>
<body>
<?php echo $view->presentheader() ?>
<div class="container Main">
<!--<div class="hvr-float-shadow">-->
<h1 class="Title">Hello, I'm Alex</h1>
<!--</div>-->
<h2 class="Title"> <span class="Typed"></span></h2>
<!--<p>Born in Michigan. Senior at Michigan State University Studying Computer Science with a Cognitive in Psychology. </p>-->
<!--<p>I'm been doing Research for <a href="http://hintzelab.msu.edu/">Arends Hintze Lab</a>-->
<!-- and work for <a href="https://www.phpmichigan.com/">Sparrow Health Insurance</a> in the IT Department.</p>-->
<div class="row Main">
<div class="col-xs-3 col-md-3"><a href="http://www.linkedin.com/in/alexlambert52" class="thumbnail" target="_blank"><img class="img-responsive box" src="images/in.png"/></a></div>
<div class="col-xs-3 col-md-3"><a href="http://devpost.com/wert23239" class="thumbnail" target="_blank"><img class="img-responsive box" src="images/devpost.jpg"/></a></div>
<div class="col-xs-3 col-md-3"><a href="http://github.com/wert23239" class="thumbnail" target="_blank"><img class="img-responsive box" src="images/github.png"/></a></div>
<div class="col-xs-3 col-md-3"><a href="mailto:[email protected]" class="thumbnail" target="_top"><img class="img-responsive box" src="images/gmail.png"/></a></div>
</div>
</div>
<!--<div class="containerrep">-->
<!---->
<!-- <span><a style="margin-left:1em;color:black;" href="https://github.com/wert23239" target="_blank"><img style="height:2em;width:2em;" src="images/github.png" alt="Github" ></a></span>-->
<!-- <span><a style="margin-left:1em;color:black;" href="https://www.linkedin.com/in/alexlambert52" target="_blank"><img style="height:2em;width:2em;" width="2em" height="2em" src="images/linkedin.png" alt="Linkedin"></a></span>-->
<!--</div>-->
</body>
</html>