-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (54 loc) · 2.47 KB
/
index.html
File metadata and controls
77 lines (54 loc) · 2.47 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
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
<html>
<HEAD><TITLE>BEM VINDO!!!</TITLE>
<meta charset="UTF-8">
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="jquery.min.js"></script>
<script src="findtextindocument.js"></script>
</HEAD>
<BODY>
<TABLE BORDER="2" BGCOLOR="blue" >
<TD WIDTH="150" HEIGHT="120">
<MARQUEE onmouseover="this.stop()" onmouseout="this.start()" WIDTH="150" HEIGHT="120" direction="up" >
<A HREF="https://mfopina.github.io/scratch/"><IMG WIDTH="150" HEIGHT="120" SRC="imagens\Scratch.jpg" alt="Scratch"></A><BR>
<A HREF="https://mfopina.github.io/JavaScriptEdutech/"><IMG WIDTH="150" HEIGHT="120" SRC="imagens\JavaScript.jpg" alt="Java Script"></A><BR>
<A HREF="https://mfopina.github.io/construct/"><IMG WIDTH="150" HEIGHT="120" SRC="imagens\construct.jpg" alt="Construct"></A><BR>
</MARQUEE>
</TD>
</TABLE>
<p>
<div class="find-in-document-container">
<input type="text" id="txt-to-find" value="" oninput="findInDocument({position: 0})"/>
<input type="button" value="Prev" onclick="findInDocument({position: -1})"/>
<input type="button" value="Next" onclick="findInDocument({position: 1})"/>
</div>
<div id="style1">
Jogos Java Script
</div><BR>
<div class="box">
<a href="https://mfopina.github.io/JavaScriptEdutech/spaceinvadersaula/spaceinvaders/index.html"/><IMG SRC="imagens\spaceinvaders.jpg" BORDER="5" WIDTH="300" HEIGHT="300" HSPACE="30" VSPACE="70" ALT="Space Invaders"></a>
<span> Feito por: Mário Pina - </span>
<span> Space Invaders </span>
</div>
<div class="box">
<a href="Robo/index.html"/><IMG SRC="imagens\robo.jpg" BORDER="5" WIDTH="300" HEIGHT="300" HSPACE="30" VSPACE="70" ALT="Robô"></a>
<span> Feito por: Mário Pina - </span>
<span> Robô </span>
</div>
<div class="box">
<a href="pong/index.html"/><IMG SRC="imagens\pingpong.jpg" BORDER="5" WIDTH="300" HEIGHT="300" HSPACE="30" VSPACE="70" ALT="Ping Pong"></a>
<span> Feito por: Mário Pina - </span>
<span> Ping Pong </span>
</div>
<div class="box">
<a href="Freeway/index.html"/><IMG SRC="imagens\freeway.png" BORDER="5" WIDTH="300" HEIGHT="300" HSPACE="30" VSPACE="70" ALT="Freeway"></a>
<span> Feito por: Mário Pina - </span>
<span> Freeway </span>
</div>
<div class="box">
<a href="Aviao/index.html"/><IMG SRC="imagens\aviaofoto.png" BORDER="5" WIDTH="300" HEIGHT="300" HSPACE="30" VSPACE="70" ALT="Avião"></a>
<span> Feito por: Mário Pina - </span>
<span> Avião </span>
</div>
</BODY>
</html>