-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
145 lines (123 loc) · 7.31 KB
/
index.html
File metadata and controls
145 lines (123 loc) · 7.31 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
<!DOCTYPE html>
<html lang="en">
<head><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MRGrey</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Update these with your own fonts -->
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,900|Source+Sans+Pro:300,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div class="logo">
<img src="img/mrgrey.png" alt="">
</div>
<button class="nav-toggle" aria-label="toggle navigation">
<span class="hamburger"></span>
</button>
<nav class="nav">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class="nav__link">Home</a></li>
<li class="nav__item"><a href="#services" class="nav__link">My Services</a></li>
<li class="nav__item"><a href="#about" class="nav__link">About me</a></li>
<li class="nav__item"><a href="#work" class="nav__link">My Work</a></li>
</ul>
</nav>
</header>
<!-- Introduction -->
<section class="intro" id="home">
<h1 class="section__title section__title--intro">
Hi, I am <strong>Matt R. Grey</strong>
</h1>
<p class="section__subtitle section__subtitle--intro">Programmer/Developer</p>
<img src="img/matt-grey.jpg" alt="a picture of Matt Grey" class="intro__img">
</section>
<!-- My services -->
<section class="my-services" id="services">
<h2 class="section__title section__title--services">What I do</h2>
<div class="services">
<div class="service">
<h3>Website Design & Development</h3>
<p>My passion lies in crafting responsive websites that captivate users and deliver a lasting impression. I specialize in clean design, incorporating modern technologies, and staying attuned to current trends for an immersive online experience.</p>
</div> <!-- / service -->
<div class="service">
<h3>Software Engineering & App Development</h3>
<p>I thrive on building aesthetically pleasing applications. My focus extends to ensuring optimal user experience and accessibility. I take pride in constructing the backbone of applications that shape the world, meticulously coding each line for a robust backend.</p>
</div> <!-- / service -->
<div class="service">
<h3>Graphic Design & Photography</h3>
<p>Whether it's capturing outdoor moments or editing band photos, my skills extend to creating compelling logos and posters. In today's digital age, I believe that images and digital media offer powerful avenues for expressing ideas, and I'm committed to making that expression easier than ever.</p>
</div> <!-- / service -->
</div> <!-- / services -->
<a href="#work" class="btn">My Work</a>
</section>
<!-- About me -->
<section class="about-me" id="about">
<h2 class="section__title section__title--about">Who I am</h2>
<p class="section__subtitle section__subtitle--about">Tech professional, based in CENTEX</p>
<div class="about-me__body">
<p>I'm a vibrant Software Engineering student with hands on experience in Front-end Web Development.</p>
<p>I invest time and effort to produce outstanding results. My pursuit of excellence is fueled
by a genuine passion for my work, strengthened by the dedication that comes with being
a devoted father to my son. The responsibility of providing a bright future for my child
serves as a powerful motivator, propelling me to work diligently and demonstrate unwavering
commitment</p>
</div>
<a href="Matthew_Grey-Resume.pdf" class="btn about-me__btn">Download My Resume/CV</a>
<img src="img/matt-grey-family.jpg" alt="Matt and his family." class="about-me__img">
</section>
<!-- My Work -->
<section class="my-work" id="work">
<h2 class="section__title section__title--work">My work</h2>
<p class="section__subtitle section__subtitle--work">A few things I've created.</p>
<div class="portfolio" tag="#work">
<!-- Portfolio item 01 -->
<a href="https://www.awfdn.org/" class="portfolio__item">
<img src="img/portfolio-awfdn.png" alt="Army Women's Foundation" class="portfolio__img">
</a>
<!-- Portfolio item 02 -->
<a href="https://www.lopezhouses.com/" class="portfolio__item">
<img src="img/portfolio-hacienda.png" alt="Hacienda Reality" class="portfolio__img">
</a>
<!-- Portfolio item 03 -->
<a href="https://solutionpointplus.com/" class="portfolio__item">
<img src="img/portfolio-solutionpointplus.png" alt="SolutionPoint+" class="portfolio__img">
</a>
<!-- Portfolio item 04 -->
<a href="https://comalcountyesd6.org/" class="portfolio__item">
<img src="img/portfolio-ccesd6.png" alt="" class="portfolio__img">
</a>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<h1>Contact Me!</h1>
<ul class="social-list">
<li class="social-list__item">
<a class="social-list__link" href="tel:254-534-9544">
<i class="fa fa-phone"></i>
</a>
</li>
<li class="social-list__item">
<a class="social-list__link" href="mailto:namefailedx@gmail.com">
<i class="fa fa-envelope"></i>
</a>
</a>
<li class="social-list__item">
<a class="social-list__link" href="https://github.com/Namefailed/">
<i class="fab fa-github"></i>
</a>
</li>
<li class="social-list__item">
<a class="social-list__link" href="https://www.linkedin.com/in/matthew-grey-215615179/">
<i class="fab fa-linkedin"></i>
</a>
</li>
</ul>
</footer>
<script src="js/index.js"></script>
</body>
</html>