Skip to content

Commit 09edeab

Browse files
committed
Merge branch 'master' of https://github.com/davedwards/django-ex
2 parents 1640260 + 931470a commit 09edeab

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

welcome/templates/welcome/index.html

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,9 @@
77
</head>
88
<body>
99
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-
<tr>
17-
<td>Git Profile:</td>
18-
<td><a href="http://github.com/davedwards">http://github.com/davedwards</a></td>
19-
</tr>
20-
<tr>
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-
</tr>
24-
<tr>
25-
<td>Personal (this) page:</td>
26-
<td><a href="http://red.ht/2KFaIf8">http://red.ht/2KFaIf8</a></td>
27-
</tr>
28-
</table>
10+
11+
<ul>
12+
<li>My <a href="resume">resume</a>.</li>
13+
</ul>
2914
</body>
3015
</html>

0 commit comments

Comments
 (0)