Commit eb09ae2f84681197c5f43e7f56567685bda96e4b
1 parent
e3885219
remove all target="_blank"
These are only supported fully on desktops.
Showing
2 changed files
with
22 additions
and
38 deletions
| @@ -12,7 +12,8 @@ | @@ -12,7 +12,8 @@ | ||
| 12 | </div> | 12 | </div> |
| 13 | <nav id="nav"> | 13 | <nav id="nav"> |
| 14 | <ul> | 14 | <ul> |
| 15 | - <li><a href="#section1" class="active" title="Next Section" >About me</a></li> | 15 | + <li><a href="#section1" class="active" title="Next Section" > |
| 16 | + About me</a></li> | ||
| 16 | <li><a href="#section2" title="Next Section">Skills</a></li> | 17 | <li><a href="#section2" title="Next Section">Skills</a></li> |
| 17 | <li><a href="#section3" title="Next Section">Vitae</a></li> | 18 | <li><a href="#section3" title="Next Section">Vitae</a></li> |
| 18 | <li><a href="#section4" title="Next Section">Links</a></li> | 19 | <li><a href="#section4" title="Next Section">Links</a></li> |
| @@ -36,38 +37,32 @@ | @@ -36,38 +37,32 @@ | ||
| 36 | <p> | 37 | <p> |
| 37 | All code (no matter which language) used to create this page is | 38 | All code (no matter which language) used to create this page is |
| 38 | licensed under a | 39 | licensed under a |
| 39 | - <a href="http://www.gnu.org/licenses/gpl-3.0.en.html" | ||
| 40 | - rel="license" | ||
| 41 | - target="_blank"> | 40 | + <a href="http://www.gnu.org/licenses/gpl-3.0.en.html" rel="license"> |
| 42 | GNU General Public License (Version 3) | 41 | GNU General Public License (Version 3) |
| 43 | </a>. | 42 | </a>. |
| 44 | </p> | 43 | </p> |
| 45 | <p> | 44 | <p> |
| 46 | All other work is licensed under a | 45 | All other work is licensed under a |
| 47 | - <a href="http://creativecommons.org/licenses/by/4.0/" | ||
| 48 | - rel="license" | ||
| 49 | - target="_blank"> | 46 | + <a href="http://creativecommons.org/licenses/by/4.0/" rel="license"> |
| 50 | Creative Commons Attribution 4.0 International License | 47 | Creative Commons Attribution 4.0 International License |
| 51 | </a>. | 48 | </a>. |
| 52 | </p> | 49 | </p> |
| 53 | </div> | 50 | </div> |
| 54 | - <a href="http://creativecommons.org/licenses/by/4.0/" | ||
| 55 | - rel="license" | ||
| 56 | - target="_blank"> | 51 | + <a href="http://creativecommons.org/licenses/by/4.0/" rel="license"> |
| 57 | <img alt="Creative Commons License" | 52 | <img alt="Creative Commons License" |
| 58 | - style="border-width:0" | ||
| 59 | - src="https://i.creativecommons.org/l/by/4.0/88x31.png" /> | 53 | + style="border-width:0" |
| 54 | + src="https://i.creativecommons.org/l/by/4.0/88x31.png" /> | ||
| 60 | </a> | 55 | </a> |
| 61 | - <a href="http://www.gnu.org/licenses/gpl-3.0.en.html" | ||
| 62 | - rel="license" | ||
| 63 | - target="_blank"> | 56 | + <a href="http://www.gnu.org/licenses/gpl-3.0.en.html" rel="license"> |
| 64 | <%= image_tag("gpl-v3-red.svg", height: "30") %> | 57 | <%= image_tag("gpl-v3-red.svg", height: "30") %> |
| 65 | </a> | 58 | </a> |
| 66 | </div> | 59 | </div> |
| 67 | </footer> | 60 | </footer> |
| 68 | 61 | ||
| 69 | - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> | ||
| 70 | - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> | 62 | + <%= stylesheet_link_tag 'application', |
| 63 | + media: 'all', 'data-turbolinks-track' => true %> | ||
| 64 | + <%= javascript_include_tag 'application', | ||
| 65 | + 'data-turbolinks-track' => true %> | ||
| 71 | <%= csrf_meta_tags %> | 66 | <%= csrf_meta_tags %> |
| 72 | </body> | 67 | </body> |
| 73 | </html> | 68 | </html> |
| @@ -17,13 +17,11 @@ | @@ -17,13 +17,11 @@ | ||
| 17 | <div class="source"> | 17 | <div class="source"> |
| 18 | Shamelessly taken and slightly modified definition of lexicographer | 18 | Shamelessly taken and slightly modified definition of lexicographer |
| 19 | from Samual Johnsons | 19 | from Samual Johnsons |
| 20 | - <a href="http://johnsonsdictionaryonline.com/?p=4848" | ||
| 21 | - target="_blank"> | 20 | + <a href="http://johnsonsdictionaryonline.com/?p=4848"> |
| 22 | "Dictionary of the english language (1755)" | 21 | "Dictionary of the english language (1755)" |
| 23 | </a> | 22 | </a> |
| 24 | Phonetics from | 23 | Phonetics from |
| 25 | - <a href="http://www.photransedit.com/online/text2phonetics.aspx" | ||
| 26 | - target="_blank"> | 24 | + <a href="http://www.photransedit.com/online/text2phonetics.aspx"> |
| 27 | PhoTransEdit | 25 | PhoTransEdit |
| 28 | </a> | 26 | </a> |
| 29 | </div> | 27 | </div> |
| @@ -45,13 +43,11 @@ | @@ -45,13 +43,11 @@ | ||
| 45 | </div> | 43 | </div> |
| 46 | <div class="source"> | 44 | <div class="source"> |
| 47 | Taken from the | 45 | Taken from the |
| 48 | - <a href="http://johnsonsdictionaryonline.com/?p=4848" | ||
| 49 | - target="_blank"> | 46 | + <a href="http://johnsonsdictionaryonline.com/?p=4848"> |
| 50 | "Dictionary of the english language (1755)" | 47 | "Dictionary of the english language (1755)" |
| 51 | </a> | 48 | </a> |
| 52 | Phonetics from | 49 | Phonetics from |
| 53 | - <a href="http://www.photransedit.com/online/text2phonetics.aspx" | ||
| 54 | - target="_blank"> | 50 | + <a href="http://www.photransedit.com/online/text2phonetics.aspx"> |
| 55 | PhoTransEdit | 51 | PhoTransEdit |
| 56 | </a> | 52 | </a> |
| 57 | </div> | 53 | </div> |
| @@ -74,12 +70,9 @@ | @@ -74,12 +70,9 @@ | ||
| 74 | </div> | 70 | </div> |
| 75 | <div class="source"> | 71 | <div class="source"> |
| 76 | Taken from the | 72 | Taken from the |
| 77 | - <a href="http://www.dictionary.com/" target="_blank"> | ||
| 78 | - Dictionary.com | ||
| 79 | - </a> | 73 | + <a href="http://www.dictionary.com/">Dictionary.com</a> |
| 80 | Phonetics from | 74 | Phonetics from |
| 81 | - <a href="http://www.photransedit.com/online/text2phonetics.aspx" | ||
| 82 | - target="_blank"> | 75 | + <a href="http://www.photransedit.com/online/text2phonetics.aspx"> |
| 83 | PhoTransEdit | 76 | PhoTransEdit |
| 84 | </a> | 77 | </a> |
| 85 | </div> | 78 | </div> |
| @@ -195,8 +188,7 @@ y+++ | @@ -195,8 +188,7 @@ y+++ | ||
| 195 | <div class="text"> | 188 | <div class="text"> |
| 196 | <h3>Weird Web Workers</h3> | 189 | <h3>Weird Web Workers</h3> |
| 197 | <p>The portal to my personal projects is | 190 | <p>The portal to my personal projects is |
| 198 | - <a href="https://www.weird-web-workers.org" target="_blank"> | ||
| 199 | - Weird Web Workers</a> | 191 | + <a href="https://www.weird-web-workers.org">Weird Web Workers</a> |
| 200 | </div> | 192 | </div> |
| 201 | <div class="text"> | 193 | <div class="text"> |
| 202 | <h3>Email</h3> | 194 | <h3>Email</h3> |
| @@ -220,24 +212,21 @@ y+++ | @@ -220,24 +212,21 @@ y+++ | ||
| 220 | <h3>LinkedIn</h3> | 212 | <h3>LinkedIn</h3> |
| 221 | <p> | 213 | <p> |
| 222 | You can find me on | 214 | You can find me on |
| 223 | - <a href="https://de.linkedin.com/in/georg-hopp-38a0a597" | ||
| 224 | - target="_blank">LinkedIn</a> | 215 | + <a href="https://de.linkedin.com/in/georg-hopp-38a0a597">LinkedIn</a> |
| 225 | </p> | 216 | </p> |
| 226 | </div> | 217 | </div> |
| 227 | <div class="text"> | 218 | <div class="text"> |
| 228 | <h3>Facebook</h3> | 219 | <h3>Facebook</h3> |
| 229 | <p> | 220 | <p> |
| 230 | You can also find me on | 221 | You can also find me on |
| 231 | - <a href="https://www.facebook.com/gsteffers" target="_blank"> | ||
| 232 | - Facebook</a>. | 222 | + <a href="https://www.facebook.com/gsteffers">Facebook</a>. |
| 233 | </p> | 223 | </p> |
| 234 | </div> | 224 | </div> |
| 235 | <div class="text"> | 225 | <div class="text"> |
| 236 | <h3>Xing</h3> | 226 | <h3>Xing</h3> |
| 237 | <p> | 227 | <p> |
| 238 | And finally there is also a profile on | 228 | And finally there is also a profile on |
| 239 | - <a href="https://www.xing.com/profile/Georg_Hopp2" target="_blank"> | ||
| 240 | - Xing</a>. | 229 | + <a href="https://www.xing.com/profile/Georg_Hopp2">Xing</a>. |
| 241 | </p> | 230 | </p> |
| 242 | </div> | 231 | </div> |
| 243 | <div class="text"> | 232 | <div class="text"> |
Please
register
or
login
to post a comment