-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (59 loc) · 1.84 KB
/
index.html
File metadata and controls
67 lines (59 loc) · 1.84 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
<!DOCTYPE html>
<html>
<head>
<title>Home</title>
<!-- import the webpage's stylesheet -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="action.js"></script>
<script type="text/javascript">
if (screen.width <= 720) {
window.location.href = "http://union-journal.github.io/mobile/";
}
</script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="circle">
<div class="icon">
<a href="http://union-journal.github.iomorales/">
<img src="atributes/Camila-01.svg" id="obj1" />
</a>
</div>
<div class="icon">
<a href="http://union-journal.github.io/abdallah/">
<img src="atributes/Raisa-01.svg" id="obj2" />
</a>
</div>
<div class="icon">
<a href="http://union-journal.github.io/bermudez/">
<img src="atributes/Conchita-01.svg" id="obj3" />
</a>
</div>
<div class="icon">
<a href="http://union-journal.github.io/about/">
<img src="atributes/Lupe-01.svg" id="obj4" />
</a>
</div>
<div class="icon">
<a href="http://union-journal.github.io/jtcolonel/" >
<img src="atributes/Maite-01.svg" id="obj5" />
</a>
</div>
<div class="icon">
<a href="http://union-journal.github.io/hierro/">
<img src="atributes/Patricia-01.svg" id="obj6" />
</a>
</div>
<div class="icon">
<a href="http:/union-journal.github.io/kim/">
<img src="atributes/Carolina-01.svg" id="obj7" />
</a>
</div>
<div class="icon">
<a href="http://union-journal.github.io/deshong/">
<img src="atributes/Sandra-01.svg" id="obj8" />
</a>
</div>
</div>
</body>
</html>