Skip to content

Commit

Permalink
favicon and adnotation
Browse files Browse the repository at this point in the history
  • Loading branch information
NetMan134 committed Jun 3, 2023
1 parent f31ff59 commit 24644c8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>Robotics Dictionary</title>
<link href="data:image/x-icon;base64,AAABAAEAEBACAAAAAACwAAAAFgAAACgAAAAQAAAAIAAAAAEAAQAAAAAAQAAAAAAAAAAAAAAAAgAAAAAAAAAA6v8AnlIAAP//AAD+fwAA8k8AAPPPAADP8wAAz/MAAP//AACf+QAAn/kAAP//AADP8wAAz/MAAPPPAADyTwAA/n8AAP//AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" rel="icon" type="image/x-icon" />
<link rel="stylesheet" href="style.css">
</head>
<body>
Expand All @@ -20,6 +21,11 @@ <h2 id="rob">English to Polish and vice-versa</h2>
<button>Translate</button>
<span id="idid">(no word in dictionary)</span>
</div>
<footer>
Wykonano w ramach projektu "Ponadnarodowa Mobilność Uczniów PO WER", przedsięwzięcie pod tytułem:<br>
"Nowe technologie, zdalne nauczanie i cyberbezpieczeństwo w kształceniu zawodowym" - nr 2021-1-PMU-4045<br>
Szkoły: ZST: Zespół Szkół Technicznych w Grudziądzu - SSPŠ: Smíchovská střední průmyslová škola a gymnázium
</footer>
</div>
<script src="script.js"></script>
<script>
Expand Down
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ button:active {
.flex {
display: flex;
padding: 30px 12px;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 100vh;
Expand Down Expand Up @@ -121,4 +122,10 @@ input[type=radio] {
.autocomplete {
width: 100%;
}
}
footer {
/* align-self: ; */
/* justify-self: flex-end; */
font-style: italic;
color: #555;
}

0 comments on commit 24644c8

Please sign in to comment.