-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 1.34 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
<!DOCTYPE html>
<html lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>LJC PHP Projects</title>
<meta charset='utf-8' />
<meta name="description" content="LJC PHP CodeDoc">
<meta name="keywords" content="LJC, PHP, Code, Documentation">
<meta name='author' content='Lester J. Clark' />
<meta name='viewport' content='width=device-width initial-scale=1' />
<link rel='stylesheet' type='text/css' href='CSS/CodeDoc.css' />
</head>
<body>
<br />
<div id='Header'>
<div id='Title'>LJC PHP Projects</div>
</div>
<br />
<div class='Text'>
<p>Lester J. Clark PHP Projects</p>
<p>
The LJC PHP Projects source code is in GitHub at
<a href="https://github.com/ljlclark/LJCPHPProjects">LJC PHP Projects</a>
</p>
<p>
The Technical HTML Documentation is at
<a href="https://ljlclark.github.io/LJCPHPCodeDoc/">LJC PHP CodeDoc</a>
</p>
<p>
These projects were used by myself to learn PHP. With several decades of full time development in C#, quite a bit of experience
with C and some exposure to C++; my coding is heavily influenced by strongly typed, object oriented languages and Pascal case
and Camel case names. To help keep things familiar for me it will be noticed that much of this influence has been brought forward
to my code in PHP.
</p>
</div>
</body>
</html>