|
11 | 11 | <link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap" |
12 | 12 | rel="stylesheet"> |
13 | 13 | <link href="src/styles.css" rel="stylesheet"> |
| 14 | + <style> |
| 15 | + #summer-camp-reservation-title { |
| 16 | + text-align: center; |
| 17 | + font-size: 2.5rem; |
| 18 | + font-weight: bold; |
| 19 | + text-transform: uppercase; |
| 20 | + animation: neon-rainbow 5s linear infinite; |
| 21 | + text-shadow: 0 0 5px #fff, |
| 22 | + 0 0 10px #fff, |
| 23 | + 0 0 20px #ff00de, |
| 24 | + 0 0 30px #ff00de, |
| 25 | + 0 0 40px #00ffff, |
| 26 | + 0 0 50px #00ffff, |
| 27 | + 0 0 60px #00ffff; |
| 28 | + } |
| 29 | + |
| 30 | + @keyframes neon-rainbow { |
| 31 | + 0% { color: red; } |
| 32 | + 16% { color: orange; } |
| 33 | + 32% { color: yellow; } |
| 34 | + 48% { color: lime; } |
| 35 | + 64% { color: cyan; } |
| 36 | + 80% { color: blue; } |
| 37 | + 100% { color: magenta; } |
| 38 | + } </style> |
14 | 39 | </head> |
15 | 40 | <body> |
16 | 41 | <header id="header"> |
@@ -83,59 +108,29 @@ <h4 style="margin-top: 0; padding-top: 0"> |
83 | 108 | </div> |
84 | 109 | </li> |
85 | 110 | <li> |
| 111 | + <img alt="PDF_file_icon.svg.png" height="32" src="/img/PDF_file_icon.svg.png" width="32"> |
| 112 | + <p>PDF version</p> |
86 | 113 | <embed height="2100px" src="Szakdolgozat-Fabian-Bernat.pdf" width="800px"/> |
87 | 114 | <br /> |
88 | | -<p>PDF version</p> |
89 | 115 | </li> |
90 | 116 | <span> |
91 | 117 | <img alt="oveleaflogo.png" height="32" src="/img/oveleaflogo.png" width="32"> |
92 | | - <li><a href="https://www.overleaf.com/read/pfzywbczdsfb#057a56" |
93 | | - target="_blank">Link to Overleaf project</a></li> |
| 118 | + <li><a href="https://www.overleaf.com/read/pfzywbczdsfb#057a56" target="_blank" style="color: blue;">Link to Overleaf project</a></li> |
94 | 119 | </span> |
95 | | - <img alt="PDF_file_icon.svg.png" height="32" src="/img/PDF_file_icon.svg.png" width="32"> |
96 | | - <li class="bold-and-highlighted"> |
97 | | - <h2 style="align-items: center; text-align: center; @keyframes summer-camp-reservation-title { |
98 | | - color-changing-rainbow-style: true; |
99 | | - } |
100 | | - |
101 | | - #summer-camp-reservation-title { |
102 | | - text-align: center; |
103 | | - font-size: 2.5rem; |
104 | | - font-weight: bold; |
105 | | - text-transform: uppercase; |
106 | | - animation: neon-rainbow 5s linear infinite; |
107 | | - text-shadow: 0 0 5px #fff, |
108 | | - 0 0 10px #fff, |
109 | | - 0 0 20px #ff00de, |
110 | | - 0 0 30px #ff00de, |
111 | | - 0 0 40px #00ffff, |
112 | | - 0 0 50px #00ffff, |
113 | | - 0 0 60px #00ffff; |
114 | | - } |
115 | | -
|
116 | | - /* Színváltó animáció */ |
117 | | - @keyframes neon-rainbow { |
118 | | - 0% { color: red; } |
119 | | - 16% { color: orange; } |
120 | | - 32% { color: yellow; } |
121 | | - 48% { color: lime; } |
122 | | - 64% { color: cyan; } |
123 | | - 80% { color: blue; } |
124 | | - 100% { color: magenta; } |
125 | | - } |
126 | | -
|
127 | | - ;" id="summer-camp-reservation-title"> |
| 120 | + <li class="bold-and-highlighted" style="background-color:black; |
| 121 | +;"> |
| 122 | + <h2 id="summer-camp-reservation-title"> |
128 | 123 | Summer Camp Reservation App |
129 | 124 | </h2> |
130 | 125 | <p class="content-description"> |
131 | 126 | A FireBase deployed Angular web application for reserving summer camps in Europe. |
132 | | - <a href="https://github.com/fabbernatdrcode/nyari-tabor-foglalo" target="_blank">Pictures and source HERE |
| 127 | + <a href="https://github.com/fabbernatdrcode/nyari-tabor-foglalo" target="_blank" style="color: blue;">Pictures and source HERE |
133 | 128 | </a> |
134 | 129 | </p> |
135 | 130 | </li> |
136 | 131 |
|
137 | | - <li><a href="https://github.com/Fabbernat/TowerDefense" target="_blank">Kingdom Rush-like Tower Defense Game</a></li> |
138 | | - <img alt="githublogo.png" height="32" src="/img/githublogo.png" width="32"> |
| 132 | + <img alt="githublogo.png" height="32" src="/img/githublogo.png" width="32"> |
| 133 | + <li><a href="https://github.com/Fabbernat/TowerDefense" target="_blank" style="color: blue;">Kingdom Rush-like Tower Defense Game</a></li> |
139 | 134 |
|
140 | 135 | </ul> |
141 | 136 | </div> |
|
0 commit comments