-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
160 lines (148 loc) · 7.67 KB
/
index.html
File metadata and controls
160 lines (148 loc) · 7.67 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Portfolio site for Daniel Tymecki | Aspiring Software Developer and Entrepreneur">
<meta name="author" content="Daniel Tymecki">
<title>Daniel Tymecki - Software Developer and Entrepreneur</title>
<!-- Latest compiled and minimized CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- jQuery JavaScript -->
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- our JS -->
<script src="script.js" type="text/javascript"></script>
<!-- our CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1 id="logo" class="logo">DT</h1>
<input type="checkbox" id="nav-toggle" class="nav-toggle">
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About Me</a></li>
<li><a href="#work">Skills</a></li>
<li><a href="#project">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<label for="nav-toggle" class="nav-toggle-label">
<span></span>
</label>
</header>
<div>
<div id="home" class="home-section">
<div class="start">
<h1 class="landing-title"> Welcome to my Website!<span id="cursor">|</span></h1>
<img src="img/Portait.jpg" class="img-circle img-responsive albert" height="385" width="580" alt="selfie">
</div>
</div>
<div id="about" class="container">
<script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
<div class="page-header">
<h1>About me...</h1>
<div class="LI-profile-badge" data-version="v1" data-size="medium" data-locale="en_US" data-type="vertical" data-theme="light" data-vanity="daniel-tymecki-799711127"><a class="LI-simple-link" href='https://www.linkedin.com/in/daniel-tymecki-799711127?trk=profile-badge'>Daniel Tymecki</a></div>
</div>
<p>
An aspiring software engineer / entrepreneur looking to gain the knowledge I need to secure a successful future.
</p>
</div>
<div id="work" class="container">
<div class="page-header">
<h1>Work Experience</h1>
<p> So far I have very limited experience, but as I grow this will fill up more.</p>
</div>
<ul class="list-group">
<li class="list-group-item">Waiter - Red Lobster<span class="badge">1 year</span></li>
<li class="list-group-item">Domino's CSR<span class="badge">2 years</span></li>
<li class="list-group-item">Swagmaster<span class="badge">18 years</span></li>
</ul>
</div>
<div id="project" class="container">
<div class="page-header">
<h1>Projects</h1>
<p>These are placeholders until I have some projects to showcase for myself.</p>
</div>
<!--Bootstrap grid layout-->
<div class="row">
<div class="col-md-4">
<img src="img/gatorway.webp" class="img-responsive">
<h3>
<a href="https://play.google.com/store/apps/details?id=com.guidebook.apps.GatorWay.android&hl=en" target="_blank">UF GatorWay App</a>
</h3>
<p>I developed the GatorWay app for both iOS and Android. "GatorWay is the official app of New Student and Family Programs in the Dean of Students Office at the University of Florida. GatorWay lets you download guides to various events including: Preview, Weeks of Welcome, and Family Weekend."</p>
</div>
<div class="col-md-4">
<img src="img/isis.jpg" height="280" width="280" class="img-responsive img-rounded">
<br/>
<h3>
<a href="https://www.isis.ufl.edu/" target="_blank">isis.ufl.edu website</a>
</h3>
<p> I developed the isis website for university of florida students. This site is the online hub for students. It allows students to register for classes, view grades, transcripts, and a whole bunch more.</p>
</div>
<div class="col-md-4">
<img src="img/transloc.webp" class="img-responsive">
<h3>
<a href="https://play.google.com/store/apps/details?id=com.transloc.android.rider&hl=en" target="_blank">TransLoc Rider App</a>
</h3>
<p> I developed the TransLoc Rider app for Android. It allows students to track the bus system in Gainesville so they are able to get to class in time! It provides real time bus locations and ETAs.
</p>
</div>
</div>
</div>
<div id="contact" class="container">
<div class="content">
<h1>Contact Me</h1>
<div class="fields">
<form name="contact-form" action="https://formspree.io/daniel.tymecki@gmail.com" method="post">
<input type="text" class="input" name="name" required="required" placeholder="Enter your name here">
<input type="email" class="input" name="email" required="required" placeholder="Email">
<input type="tel" class="input" name="phone" required="required" placeholder="Phone">
<input type="text" class="input" name="subject" placeholder="Subject">
<div class="msg">
<textarea name="message" required="required" placeholder="Message"></textarea>
<input type="submit" value="Submit" class="btn">
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="holder">
<footer class="footer">
<div class="container-fluid text-center">
<div class="row">
<hr class="clearfix w-100 d-md-none pb-3">
<ul class="foot-ul">
<li><a class="icon" href="https://www.linkedin.com/in/daniel-tymecki-799711127?trk=profile-badge" target="_blank"> <img class= "li-logo" src="img/li-logo.png"> </a></li>
<li><a class="icon" href="mailto:daniel.tymecki@gmail.com?Subject=Contact" target="_self"> <img class= "li-logo" src="img/gm-logo.png"> </a>
</li>
<li><a class="icon" href="https://github.com/greenphantom" target="_blank"> <img class= "li-logo" src="img/gh-logo.png"> </a></li>
</ul>
<ul class="foot-ul">
<li><a href="#home">Home</a></li>
<li><a href="#about">About Me</a></li>
<li><a href="#work">Skills</a></li>
<li><a href="#project">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2018 Copyright:
Daniel Tymecki
</div>
</footer>
</div>
<!-- Footer -->
</body>
</html>