-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
206 lines (198 loc) · 7.65 KB
/
index.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
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!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.0">
<!-- <link rel="stylesheet" href="https://kit.fontawesome.com/8c1d2df3ab.js" crossorigin="anonymous"/> -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.1/css/all.css" crossorigin="anonymous">
<link rel="stylesheet" href="style.css"/>
<title>Portfolio Site</title>
</head>
<body>
<section id="nav">
<div class="nav-bar">
<div class="links">
<ul>
<li><a href="#name" id="name">Judith Moya</a></li>
<li><a href="#projects" id="project">Projects</a></li>
<li><a href="#aboutme" id="about">About</a></li>
<li><a href="#contactme" id="contact">Contact</a></li>
</ul>
</div>
</div>
</section>
<!-- End of Desktop Navbar -->
<!-- Mobile Navbar -->
<section id="mobile-nav">
<div class="mobile-nav-bar">
<div class="links">
<ul>
<li>
<a href="#name"><i class="fas fa-home"></i></a>
</li>
<li>
<a href="#projects" id="project"><i class="fas fa-folder"></i></a>
</li>
<li>
<a href="#about" id="about"><i class="fas fa-user"></i></a>
</li>
<li>
<a href="#contact" id="contact"><i class="fas fa-envelope-open-text"></i></a>
</li>
</ul>
</div>
</div>
</section>
<!-- End of Mobile Navbar -->
<!-- Hero Section -->
<section id="hero">
<div class="container">
<div class="overlay">
<div class="image-container"></div>
</div>
<div class="hero-text">
<h1>
<span class="firstword">Solving</span><br/>Problems & Creating
<br/>Solutions
</h1>
<a href="https://docs.google.com/document/d/1PhhFkqFDPEJiU23Dg5uK3l51wADxRl3tkWHICeNi-24/edit?usp=sharing" class="resume-cta"><span class="resume-text">Resume</span></a>
</div>
</div>
</section>
<!-- End of Hero Section -->
<!-- Project Section -->
<section id="projects">
<div class="project-container">
<div class="project-header">Projects</div>
<div class="projects">
<div class="project-item">
<div class="office-project">
<div class="text-container">
<h2 class="name">Petrgram</h2>
<div class="content">
<p>
An Instagram Clone for Pets Group Project created using Python/Django, HTML, CSS and Bootsrap
</p>
</div>
<button class="button">
<a href="https://github.com/Martin2381/petgram">
<h3>View Project</h3>
</a>
</button>
</div>
</div>
</div>
<div class="project-item">
<div class="Hanoi-project">
<div class="text-container">
<h2 class="name">Tower Of Hanoi</h2>
<div class="content">
<p>
A Basic Tower of Hanoi game using Javascript, HTML and CSS properties
</p>
</div>
<button class="button">
<a href="https://github.com/JuddieMoya/towerofhanoi">
<h3>View Project</h3>
</a>
</button>
</div>
</div>
</div>
<div class="project-item">
<div class="connect4-project">
<div class="text-container">
<h2 class="name">Connect Four</h2>
<div class="content">
<p>
Basic Connect Four Game created using Javascript, HTML and CSS properties
</p>
</div>
<button class="button">
<a href="https://github.com/JuddieMoya/connect-four">
<h3>View Project</h3>
</a>
</button>
</div>
</div>
</div>
<div class="project-item">
<div class="magic8-project">
<div class="text-container">
<h2 class="name">Magic 8 ball</h2>
<div class="content">
<p>
Basic Magic 8 Ball created using Javascript, HTML and CSS
</p>
</div>
<button class="button">
<a href="https://github.com/JuddieMoya/Magic-8-ball">
<h3>View Project</h3>
</a>
</button>
</div>
</div>
</div>
<div class="project-item">
<div class="weatherapp-project">
<div class="text-container">
<h2 class="name">Weather App</h2>
<div class="content">
<p>
Simple Desktop weather app built with Django, HTML, Bootstrap for the front end and openweathermap API.
</p>
</div>
<button class="button">
<a href="https://github.com/JuddieMoya/Django_weatherapp_project">
<h3>View Project</h3>
</a>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of Project Section -->
<!-- About Section -->
<section id="aboutme">
<div class="about-container">
<div class="about-section">
<div class="img-container">
<div class="about-image"></div>
</div>
<div class="about-text">
Hi, I am Judith, a Full Stack Web Developer, with hands-on project experience in
Front End and Back End Web Development. With skills in Python, Django, Javascript,
CSS and HTML. Lifelong learner, with a passion for creative problem-solving looking
to collaborate and develop the coding Skills.
</br>
<button>
<a href="#"><h3>Home</h3></p>
</button>
</div>
</div>
</div>
</section>
<!-- End of About Section -->
<!-- Social Icons/Contact Me -->
<section id="contactme">
<div class="social-icons">
<div class="github">
<a href="https://github.com/JuddieMoya"><i class="fab fa-github-square"></i></a>
</div>
<div class="linkedIn">
<a href="https://www.linkedin.com/in/judith-moya/"><i class="fab fa-linkedin"></i></a>
</div>
<div class="tw">
<a href="https://twitter.com/jayemmw"><i class="fab fa-twitter-square"></i></a>
</div>
<div class ="home">
<a href="#"><i class="fas fa-home"></i></a>
</div>
</div>
</section>
</body>
</html>