-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecursos-de-informatica.html
141 lines (137 loc) · 5.59 KB
/
recursos-de-informatica.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<html lang="en">
<head>
<title>Recursos-de-Informatica - Taller Prepa 9</title>
<meta
property="og:title"
content="Recursos-de-Informatica - Taller Prepa 9"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta property="twitter:card" content="summary_large_image" />
<style data-tag="reset-style-sheet">
html { line-height: 1.15;}body { margin: 0;}* { box-sizing: border-box; border-width: 0; border-style: solid;}p,li,ul,pre,div,h1,h2,h3,h4,h5,h6,figure,blockquote,figcaption { margin: 0; padding: 0;}button { background-color: transparent;}button,input,optgroup,select,textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0;}button,select { text-transform: none;}button,[type="button"],[type="reset"],[type="submit"] { -webkit-appearance: button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { border-style: none; padding: 0;}button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus { outline: 1px dotted ButtonText;}a { color: inherit; text-decoration: inherit;}input { padding: 2px 4px;}img { display: block;}html { scroll-behavior: smooth }
</style>
<style data-tag="default-style-sheet">
html {
font-family: Inter;
font-size: 16px;
}
body {
font-weight: 400;
font-style:normal;
text-decoration: none;
text-transform: none;
letter-spacing: normal;
line-height: 1.15;
color: var(--dl-color-gray-black);
background-color: var(--dl-color-gray-white);
}
</style>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
data-tag="font"
/>
<!--This is the head section-->
<!-- <style> ... </style> -->
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div>
<link href="./recursos-de-informatica.css" rel="stylesheet" />
<div class="recursos-de-informatica-container">
<header data-role="Accordion" class="recursos-de-informatica-header">
<a href="index.html" class="recursos-de-informatica-navlink">
<img
alt="logo"
src="public/playground_assets/mateeinfo.png"
class="recursos-de-informatica-image"
/>
</a>
<div class="recursos-de-informatica-separator"></div>
<nav class="recursos-de-informatica-nav">
<nav
class="navigation-links-nav navigation-links-root-class-name19"
>
<a
href="taller-de-informatica.html"
class="navigation-links-navlink"
>
<span>Informática</span>
</a>
<a
href="taller-de-matemticas.html"
class="navigation-links-navlink1"
>
<span>Matemáticas</span>
</a>
</nav>
</nav>
<div
data-role="AccordionHeader"
class="recursos-de-informatica-accordion-header"
>
<svg viewBox="0 0 1024 1024" class="recursos-de-informatica-icon">
<path
d="M128 554.667h768c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667h-768c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667zM128 298.667h768c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667h-768c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667zM128 810.667h768c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667h-768c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667z"
></path>
</svg>
</div>
<div
data-role="AccordionContent"
class="recursos-de-informatica-accordion-content"
>
<div class="recursos-de-informatica-nav1">
<nav
class="navigation-links-nav navigation-links-root-class-name20"
>
<a
href="taller-de-informatica.html"
class="navigation-links-navlink"
>
<span>Informática</span>
</a>
<a
href="taller-de-matemticas.html"
class="navigation-links-navlink1"
>
<span>Matemáticas</span>
</a>
</nav>
</div>
</div>
<a
href="https://www.uanl.mx/"
target="_blank"
rel="noreferrer noopener"
class="recursos-de-informatica-link"
>
<img
alt="image"
src="public/playground_assets/uanl%20logo-200h.png"
class="recursos-de-informatica-image1"
/>
</a>
<a
href="https://preparatoria9.uanl.mx/"
target="_blank"
rel="noreferrer noopener"
class="recursos-de-informatica-link1"
>
<img
alt="image"
src="public/playground_assets/prepa9logo-200h.jpg"
class="recursos-de-informatica-image2"
/>
</a>
</header>
<h1>Recursos útiles para Informática</h1>
</div>
</div>
<script
data-section-id="header"
src="https://unpkg.com/@teleporthq/teleport-custom-scripts"
></script>
</body>
</html>