-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
35 lines (28 loc) · 1.83 KB
/
Index.html
File metadata and controls
35 lines (28 loc) · 1.83 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
<html>
<head>
<title>Adams Portifilo</title>
<link rel="/wes stylesheet" type="text/css" href="/CodeDesign/Style.css">
</head>
<body>
<ol>
<li id="floatLeft"><a href="Index.html">Home Page</a></li>
<li><a href="#">Contact Me</a></li>
<li><a href="/websitee/">About me</a></li>
<li><a href="/Html%20PHP/index.php">Projects</a></li>
1
</ol>
<div class="Text_Wrap" id="Introduction">
<p><span id="CurlyBrackets">{ </span>Hey <span id="Color_HightLight_lightRed">Welcome</span> to my Site I am a ispiring <span id="Light_blue_highlight">Software Developer</span> I mainly code in <span id="Color_HightLight_lightRed">Java</span> but have started learning <span id="Color_HightLight_lightRed">C</span> to not only further
my <span id="HightLight_LightGreen">knowledge</span> of <span id="Color_HightLight_lightRed">Java</span> as it was build on <span id="Color_HightLight_lightRed">C</span> but also get a better insight of the computer <span id="HightLight_LightGreen">inner</span> works.<span id="CurlyBrackets"> }</span></p>
</div>
<div class="Text_Wrap" id="Project">
<p> <span id="Comment">/**<br>
*PS you dont like the theme Its only on the front Page<br>
*/<br></span>
<span id="CurlyBrackets">{ </span>If you are here to view my <span id="Light_blue_highlight">Portifilo</span> click on the link <a href="/Html%20PHP/index.php">here</a> to veiw my existing <span id="Color_HightLight_lightRed">Projects</span> and <span id="HightLight_LightGreen">source</span> code.<span id="CurlyBrackets"> }</span></p>
</div >
<div class="Text_Wrap" id="AboutMeparagraph">
<p><span id="CurlyBrackets">{ </span>If you want to know more <a href="/CodeDesign/About%20Me.html">About me</a> click here <span id="CurlyBrackets"> }</span></p>
</div >
</body>
</html>