-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
45 lines (29 loc) · 1.14 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
---
layout: default
title: About
---
<html>
<title>About-NiaApps</title>
<body>
<div class="page-title">
<p>
<h2>{{page.title}}</h2>
</p>
</div>
<div class="abt-container">
<img src="/images/about.jpg" alt="Me" class="about-img"
onContextMenu="alert('Please don\'t save this photo of me. Thank you.');return false;">
<!-- purple xmas dimen: width:437px; height: 370px;-->
<div class="abt-txt">
<p class="tab">My name is Nia. I go to CUNY Queens College for a degree in Computer Science.
I am from New York.</p>
<p class="tab">This website serves as the platform where I take on coding projects so I can do
what I love, and support myself! I code Android Applications (iOS is on my horizon though!)
and design websites. I also blog <a href="/niaapps-blog">here</a>.
You can learn more about my past work <a href="/portfolio.html">here</a>,
or how projects are priced <a href="/pricing.html">here</a>.</p>
</div>
</div>
<!-- End of body container -->
</body>
</html>