Skip to content

Commit 308a6f1

Browse files
committed
Move contacts.xhtml → profiles.xhtml
1 parent e9c418e commit 308a6f1

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Available at: http://waldirpimenta.com | https://waldyrious.net | https://waldyr
5353
Something simple, with RSS/Atom and Disqus comments
5454
- [x] cv
5555
- [x] timeline
56-
- [x] contact
56+
- [x] profiles
5757

5858

5959
### License:

css/style.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,39 +79,39 @@ hr#footer-top { width: 33%; border: none; border-top: 1px solid silver; }
7979
width: 200px;
8080
}
8181

82-
/* Contact ------------------------------------------------------------------ */
83-
#contact ul {
82+
/* Profiles ----------------------------------------------------------------- */
83+
#profiles ul {
8484
column-width: 10em;
8585
-moz-column-width: 10em;
8686
-webkit-column-width: 10em;
8787
}
88-
#contact ul > li > a[id] {
88+
#profiles ul > li > a[id] {
8989
background-position: 0 center;
9090
padding-left: 20px;
9191
background-repeat: no-repeat;
9292
}
93-
#contact #academia-edu {
93+
#profiles #academia-edu {
9494
background-image:url(http://www.google.com/s2/favicons?domain=academia.edu);
9595
}
96-
#contact #github {
96+
#profiles #github {
9797
background-image:url(http://www.google.com/s2/favicons?domain=github.com);
9898
}
99-
#contact #google-scholar {
99+
#profiles #google-scholar {
100100
background-image:url(http://www.google.com/s2/favicons?domain=scholar.google.com);
101101
}
102-
#contact #linkedin {
102+
#profiles #linkedin {
103103
background-image:url(http://www.google.com/s2/favicons?domain=linkedin.com);
104104
}
105-
#contact a#mendeley {
105+
#profiles a#mendeley {
106106
background-image:url(http://www.google.com/s2/favicons?domain=mendeley.com);
107107
}
108-
#contact #researchgate {
108+
#profiles #researchgate {
109109
background-image:url(http://www.google.com/s2/favicons?domain=researchgate.com);
110110
}
111-
#contact #vizualize-me {
111+
#profiles #vizualize-me {
112112
background-image:url(http://www.google.com/s2/favicons?domain=vizualize.me);
113113
}
114-
#contact #xing {
114+
#profiles #xing {
115115
background-image:url(http://www.google.com/s2/favicons?domain=xing.com);
116116
}
117117

index.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<p>
4040
This website is my attempt to maintain a central web presence,
4141
contrasting the disjoint pieces of my digital self
42-
scattered across several <a href="contact.xhtml">online profiles</a>.
42+
scattered across several <a href="profiles.xhtml">online profiles</a>.
4343
Feel free to pick your favorite of those to contact me,
4444
or simply write to <a href="mailto:waldyrious@gmail.com">waldyrious@gmail.com</a>.
4545
</p>

nav.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
| <a href="foss.xhtml">FOSS</a>-->
1717
<a href="cv.xhtml">CV</a>
1818
| <a href="bio.xhtml">Bio</a>
19-
| <a href="contact.xhtml">Contact</a>
19+
| <a href="profiles.xhtml">Profiles</a>
2020
</nav>
2121
</body>
2222
</html>

contact.xhtml renamed to profiles.xhtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<meta name="flattr:id" content="4xkvlk" />
7-
<title>Waldir | Contact</title>
7+
<title>Waldir | Profiles</title>
88
<!-- <link rel="import" href="resources.html" /> -->
99
<link rel="shortcut icon" href="img/favicon.ico" />
1010
<link rel="stylesheet" href="css/style.css" />
1111
</head>
12-
<body id="contact">
12+
<body id="profiles">
1313
<iframe id="nav" src="nav.xhtml"></iframe>
1414
<div class="container">
15-
<h1 id="title">Contact</h1>
15+
<h1 id="title">Online profiles</h1>
1616
<p>
1717
As a web enthusiast, I've registered with so many sites that I lost account
1818
of the number of profiles I maintain (or ought to!). That said, below is my

0 commit comments

Comments
 (0)