-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (79 loc) · 3.51 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
<!DOCTYPE html>
<html>
<head>
<title> Principal page </title>
<meta encoding="utf-8">
<meta name="keywords" content="design, interface, management">
<meta name="description" content="selfmanagment proyects">
<meta name="author" content="Giovanni arnulfo">
<link rel = "stylesheet" type= "text/css" href= "matrixWs1.css" / >
<style>
</style>
</head>
<body class="bodyContrast" id="bodyContrast">
<!-- Here there are the buttons-->
<div class="buttonMail">
<a href ="mailto:jesuisarnulfo51@gmail.com?subject=Question/Comment" title="jesuisarnulfo51@gmail.com"><img src ="IMAGE/imageMail.jpg" width= "100" height ="60"></a>
</div>
<div class="buttonMenu">
<a href ="index.html"><img src ="IMAGE/bottoomMenu.jpg" width= "100" height ="60"></a>
</div>
<div>
<button id="contrastButton" style="font-family:Times New Roman;">CONTRAST</button>
</div>
<div>
<button id="buttonFontSize">HELP VISUAL</button>
</div>
<!-- Here end the buttons-->
<hr>
<p style="text-align:center; font-size:30px; font-family: Times New Roman, Times, serif">Web
<span style="font-size: 1em ; color:green; font-family: 'times roman',Verdana, "> site ingoing bulding</span>
</p>
<hr>
<hr>
<div>
<br>
<h1 style="text-align:center">Giovanni Arnulfo Rojas Martinez</h1>
<br>
<br>
<p style="text-align:center">Bogota Colombia</p>
<p style="text-align:center">Tel:3105075647, e-mail: jesuisarnulfo51@gmail.com</p>
<pre > Universitary Education
University pedagogic Tecnologic From Colombia
Date begin Date stop
2010 2013
High School
Institution Cedity
Date begin Date stop
2000 2005
</pre>
<br>
<a href="AuthorInfo/CurriculumUpDate_Es.pdf" target="_blank"> See curriculum version in Spanish</a>
<a style="text-align:right" href="AuthorInfo/CurriculumUpDate_En.pdf"> See curriculum version in English</a>
<div>
<hr>
<h2 style="text-align:center">Workshop Proyects
</h2>
<div align="center">
<table border="1" width="100%" style="font-weight:bold">
<tr><td> Building proyects with Html </td></tr>
<tr><td height="200px"><a href ="menu.html"><img src="IMAGE/imageHtmlCssJs.jpg" alt="Figurs of a stamp with letter, next a peel and ending a roude with tooth. This set of figure have a heading of HTML CSS and Js"></a></td></tr>
<tr><td> Building proyects with java </td></tr>
<tr><td height="200px"><a href ="proyctsJAVA.html"><img src="IMAGE/imagButtonJava.jpg" alt="Figure of window with a base of shining day beside a heading of JAVA"></a></td></tr>
<tr><td> Building proyects with QR</td></tr>
<tr><td height="200px"><a href ="proyectQR.html"><img src="IMAGE/imageQrs.jpg" alt="Figure table of Track of dog with heading of QR"></a></td></tr>
<tr><td> Management Date with XML </td></tr>
<tr><td height="200px"><a href ="proyectsXml.html"><img src="IMAGE/buttonXml.jpg" alt="Figure folder color yellow with heading of XML"></a></td></tr>
<tr><td> Author Information </td></tr>
<tr><td height="200px"><a href ="authorInfo.html"><img src="IMAGE/imageAuthor.jpg" alt="Figure table of ches master with heading of Author Information"></a></td></tr>
</table>
</div>
<div id = "copy">
<hr>
<p style="text-align:center"> All copy right are reserver. In case of nee to copy make it by write.
</p>
<hr>
</div>
<script src="wS1.js"> </script>
</body>
</html>