-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
105 lines (95 loc) · 4.44 KB
/
about.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
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
<!-- <!DOCTYPE html>
<html> -->
<!-- <head>
<title>@DanBullockCS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Dan Bullock's Website (About Page)">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" , type="text/css" , href="styles/index.css" />
<link rel="stylesheet" , type="text/css" , href="styles/about.css" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&display=swap" rel="stylesheet">
<script src='https://kit.fontawesome.com/7796f0cca1.js'></script>
</head>
<header>
<nav class="navbar">
<div class="topbar">
<div class="full-name-logo">
<a class="name-logo" href="/">Daniel</a>
<a class="name-logo2" href="/">Bullock</a>
</div>
<ul class="navbar-pill">
<li class="nav-li"><a class="nav-item" href="/">Projects</a></li>
<li class="nav-li"><a class="nav-item-selected" href="about">About</a></li>
</ul>
</div>
<div class="social-media-pill">
<a class="social-media-icon" href="https://www.linkedin.com/in/DanielBullockCS/" data-hint="LinkedIn"
target="_blank">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-media-icon" href="https://github.com/DanBullockCS" data-hint="Github" target="_blank">
<i class="fab fa-github"></i>
</a>
<a class="social-media-icon" href="https://twitter.com/DanBullockCS" data-hint="Twitter" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<a class="social-media-icon" href="https://science.ontariotechu.ca/computer-science/index.php"
data-hint="Ontario Tech Computer Science School Website" target="_blank">
<i class="fas fa-user-graduate"></i>
</a>
</div>
</nav> -->
<!-- Header SVG -->
<!-- <h1 class="page-title">About</h1>
<svg viewBox="0 0 1000 100" preserveAspectRatio="none" class="header-svg">
<defs>
<linearGradient id="header-gradient" x2="0%" y2="100%">
<stop offset="0%" stop-color="#000000" />
<stop offset="100%" stop-color="#333333" />
</linearGradient>
</defs>
<path class="header-path" fill="url(#header-gradient)"
d="M-4,-4 L1004,-4 L1004,90 L804,90 L604,90 L404,90 L204,90 L-4,90 L-4,90 L-4,-4 Z" />
</svg>
</header> -->
<!-- <body>
<div class="page-body">
<div class="about-me-panel">
<div class="img-container">
<img class="about-me-pic" src="images/Dan.jpg" alt="Picture of Daniel" />
</div>
<p class="about-me">I graduated from Computer Science at <a
href="https://science.ontariotechu.ca/computer-science/index.php" target="_blank">Ontario Tech University</a> in Spring 2020.
I specialized in Digital Media, but really enjoy web development and did my <a
href="https://github.com/DanBullockCS/honoursthesis" alt="Thesis link" target="_blank">undergraduate design
thesis</a> as a website. Which is part of the reason why I
wanted to throw together this site. I wanted my own space to display some of the projects I have made. Thanks
for reading this and if you are looking to hire me
or know more about my projects feel free to send me an
<a href="mailto:Daniel.Bullock@OntarioTechU.net">email</a> for a copy of my resume or add me on <a
href="https://www.linkedin.com/in/DanielBullockCS/" target="_blank">LinkedIn</a>.
</p>
<h2>Tech Stack</h2>
<p>
<img src='https://img.shields.io/badge/-Unity-222C37'> <img src='https://img.shields.io/badge/-HTML-blue'> <img
src='https://img.shields.io/badge/-CSS-brightgreen'> <img
src='https://img.shields.io/badge/-JavaScript-orange'>
<img src='https://img.shields.io/badge/-React-61DBFB'> <img src='https://img.shields.io/badge/-Vue-41b883'> <img
src='https://img.shields.io/badge/-Python-success'> <img src='https://img.shields.io/badge/-Java-F8981D'> <img
src='https://img.shields.io/badge/-CSharp-270065'> <img src='https://img.shields.io/badge/-C++-00599C'> <img
src="https://img.shields.io/badge/-PHP-777BB3"> <img src="https://img.shields.io/badge/-WordPress-21759B">
</p>
<h2>Interests</h2>
<ul class="interests">
<li>Web Development</li>
<li>Game Development</li>
<li>Software Development</li>
<li>Human-Computer Interaction</li>
</ul>
</div>
</div>
</body>
<footer>
<p>© 2020 Daniel Bullock</p>
</footer>
</html> -->