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 | 12 | </div> |
| 13 | 13 | <nav id="nav"> |
| 14 | 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 | 17 | <li><a href="#section2" title="Next Section">Skills</a></li> |
| 17 | 18 | <li><a href="#section3" title="Next Section">Vitae</a></li> |
| 18 | 19 | <li><a href="#section4" title="Next Section">Links</a></li> |
| ... | ... | @@ -36,38 +37,32 @@ |
| 36 | 37 | <p> |
| 37 | 38 | All code (no matter which language) used to create this page is |
| 38 | 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 | 41 | GNU General Public License (Version 3) |
| 43 | 42 | </a>. |
| 44 | 43 | </p> |
| 45 | 44 | <p> |
| 46 | 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 | 47 | Creative Commons Attribution 4.0 International License |
| 51 | 48 | </a>. |
| 52 | 49 | </p> |
| 53 | 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 | 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 | 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 | 57 | <%= image_tag("gpl-v3-red.svg", height: "30") %> |
| 65 | 58 | </a> |
| 66 | 59 | </div> |
| 67 | 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 | 66 | <%= csrf_meta_tags %> |
| 72 | 67 | </body> |
| 73 | 68 | </html> | ... | ... |
| ... | ... | @@ -17,13 +17,11 @@ |
| 17 | 17 | <div class="source"> |
| 18 | 18 | Shamelessly taken and slightly modified definition of lexicographer |
| 19 | 19 | from Samual Johnsons |
| 20 | - <a href="http://johnsonsdictionaryonline.com/?p=4848" | |
| 21 | - target="_blank"> | |
| 20 | + <a href="http://johnsonsdictionaryonline.com/?p=4848"> | |
| 22 | 21 | "Dictionary of the english language (1755)" |
| 23 | 22 | </a> |
| 24 | 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 | 25 | PhoTransEdit |
| 28 | 26 | </a> |
| 29 | 27 | </div> |
| ... | ... | @@ -45,13 +43,11 @@ |
| 45 | 43 | </div> |
| 46 | 44 | <div class="source"> |
| 47 | 45 | Taken from the |
| 48 | - <a href="http://johnsonsdictionaryonline.com/?p=4848" | |
| 49 | - target="_blank"> | |
| 46 | + <a href="http://johnsonsdictionaryonline.com/?p=4848"> | |
| 50 | 47 | "Dictionary of the english language (1755)" |
| 51 | 48 | </a> |
| 52 | 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 | 51 | PhoTransEdit |
| 56 | 52 | </a> |
| 57 | 53 | </div> |
| ... | ... | @@ -74,12 +70,9 @@ |
| 74 | 70 | </div> |
| 75 | 71 | <div class="source"> |
| 76 | 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 | 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 | 76 | PhoTransEdit |
| 84 | 77 | </a> |
| 85 | 78 | </div> |
| ... | ... | @@ -195,8 +188,7 @@ y+++ |
| 195 | 188 | <div class="text"> |
| 196 | 189 | <h3>Weird Web Workers</h3> |
| 197 | 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 | 192 | </div> |
| 201 | 193 | <div class="text"> |
| 202 | 194 | <h3>Email</h3> |
| ... | ... | @@ -220,24 +212,21 @@ y+++ |
| 220 | 212 | <h3>LinkedIn</h3> |
| 221 | 213 | <p> |
| 222 | 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 | 216 | </p> |
| 226 | 217 | </div> |
| 227 | 218 | <div class="text"> |
| 228 | 219 | <h3>Facebook</h3> |
| 229 | 220 | <p> |
| 230 | 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 | 223 | </p> |
| 234 | 224 | </div> |
| 235 | 225 | <div class="text"> |
| 236 | 226 | <h3>Xing</h3> |
| 237 | 227 | <p> |
| 238 | 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 | 230 | </p> |
| 242 | 231 | </div> |
| 243 | 232 | <div class="text"> | ... | ... |
Please
register
or
login
to post a comment