We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1640260 + 931470a commit 09edeabCopy full SHA for 09edeab
welcome/templates/welcome/index.html
@@ -7,24 +7,9 @@
7
</head>
8
<body>
9
Hi, thanks for visiting.
10
-<br></br>
11
- <table>
12
- <tr>
13
- <td>My resume:</td>
14
- <td><a href="resume">Resume</a></td>
15
- </tr>
16
17
- <td>Git Profile:</td>
18
- <td><a href="http://github.com/davedwards">http://github.com/davedwards</a></td>
19
20
21
- <td>LinkedIn Profile:</td>
22
- <td><a href="http://www.linkedin.com/in/davedwards/en">http://www.linkedin.com/in/davedwards/en</a></td>
23
24
25
- <td>Personal (this) page:</td>
26
- <td><a href="http://red.ht/2KFaIf8">http://red.ht/2KFaIf8</a></td>
27
28
- </table>
+
+<ul>
+ <li>My <a href="resume">resume</a>.</li>
+</ul>
29
</body>
30
</html>
0 commit comments