From 0d6c151a2bb2de6ea82dde23cbd7825cfcfdd8c6 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Thu, 9 Dec 2021 11:34:33 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Better=20wording?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a6a0b7d..cf0f66b 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@ title: Introduction

Initially, I built the site using a WYSIWYG editor (namely, MS FrontPage), but with my programming background, I was interested in what made these pages into the pages I saw in my web browser. It wasn't long before I was hand-coding the site.

-

I learned HTML to layout the site, CSS to give it some style, and eventually JavaScript to make it dynamic. During that time, I had my own web design business. I only had client while in high school, but I gained skills necessary to work with others and to take another person's vision, and make it real.

+

I learned HTML to layout the site, CSS to give it some style, and eventually JavaScript to make it dynamic. During that time, I had my own web design business. I had one client while in high school, but I gained skills necessary to work with others and to take another person's vision, and make it real.

When I entered college, I gained additional skills necessary to run enterprise websites. I learned PHP, for truly dynamic website. I learned SQL, to interact with databases. I also gained some experience with server administration by setting up and running my website on my own LAMP server. I also gained experience with several platforms and frameworks.