-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
138 lines (127 loc) · 6.16 KB
/
index.html
File metadata and controls
138 lines (127 loc) · 6.16 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="./css/materialize.min.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="./css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<title>Welcome</title>
</head>
<body>
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<br/><br/>
<h1 class="header center orange-text">caminone</h1>
<div class="row center">
<h5 id="icon-block-title" class="header col s12 white-text">Future back end web dev, golfer, college grad.</h5>
</div>
<br/><br/>
</div>
</div>
<div class="container">
<div class="row">
<!-- Icon Section -->
<div class="section">
<div class="section-hover col s12 m4">
<div class="icon-block">
<h2 class="center">
<i class="material-icons">view_carousel</i>
</h2>
<a href="https://github.com/cameverett">
<h5 id="icon-block-title" class="center">Showcase</h5>
</a>
<p class="center">Come and check out what what I've been working on. Updates on the progress of the project and details on how to contribute and provide feedback are all laid out on GitHub.</p>
<div>
<a href="https://github.com/cameverett" style="color: #ff9634">
<p class="center">Check It Out</p>
</a>
</div>
</div>
</div>
<div class="section-hover col s12 m4">
<div class="icon-block">
<h2 class="center">
<i class="material-icons">person_pin</i>
</h2>
<h5 id="icon-block-title" class="center">Contact Me</h5>
<div id="linkedin-handle" class="col s12 contact-tab">
<a href="https://linkedin.com/in/cameronjeverett">
<div class="center" style="padding: 10px;">
<img src="./images/linkedin_profile_photo.jpg" alt="LinkedIn Profile Photo" class="social-media-profile-photo responsive-img circle">
<p>
Cameron Everett
</p>
</div>
</a>
</div>
<div id="github-handle" class="col s12 contact-tab">
<a href="https://github.com/cameverett">
<div class="center" style="padding: 10px;">
<img src="./images/github_profile_photo.jpg" alt="GitHub Profile Photo" class="social-media-profile-photo responsive-img circle">
<p>
cameverett
</p>
</div>
</a>
</div>
<div id="twitter-handle" class="col s12 contact-tab">
<a href="https://twitter.com/camjeverett">
<div class="center" style="padding: 10px;">
<img src="./images/twitter_profile_photo.jpg" alt="GitHub Profile Photo" class="social-media-profile-photo responsive-img circle">
<p>
@camjeverett
</p>
</div>
</a>
</div>
<ul class="tabs tabs-fixed-width">
<li class="tab col s4">
<a href="#linkedin-handle">
<img class="social-thumbnail" src="./images/LinkedIn_Logo_White_On_Blue.png" alt="LinkedIn Logo">
</a>
</li>
<li class="tab col s4">
<a href="#github-handle">
<img class="social-thumbnail" src="./images/GitHub-Mark-64px.png" alt="GitHub Logo" style="margin: 0">
</a>
</li>
<li class="tab col s4">
<a href="#twitter-handle">
<img class="social-thumbnail" src="./images/Twitter_Logo_White_On_Blue.png" alt="Twitter Logo">
</a>
</li>
</ul>
</div>
</div>
<div class="section-hover col s12 m4">
<div class="icon-block">
<h2 class="center">
<i class="material-icons">mode_edit</i>
</h2>
<h5 id="icon-block-title" class="center">
<a href="https://caminone.com">Blog</a>
</h5>
<p class="center">Scribbled shower thoughts on tech-events, education, networking, and some tall tales about golf.</p>
<div>
<a href="https://caminone.com" style="color: #ff9634">
<p class="center">Visit</p>
</a>
</div>
</div>
</div>
</div> <!-- end .section -->
</div><!-- end .row-->
<br/><br/>
</div>
<footer class="page-footer orange">
<div class="container">
Made with <a class="orange-text text-lighten-3" href="http://materializecss.com">Materialize</a>
</div>
</footer>
<!-- Scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script type="text/javascript" src="./js/materialize.min.js"></script>
</body>
</html>