Browse Source

uppercase first letter in title tag

master
Eugene Kuligin 10 years ago
parent
commit
c468b0e8cc
  1. 30
      home.html

30
home.html

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8"/>
<title>twister</title>
<title>Twister</title>
<link id="stylecss" rel="stylesheet" href="css/style.css" type="text/css"/>
<link id="profilecss" rel="stylesheet" href="css/profile.css" type="text/css"/>
<script src="js/jquery.min.js"></script>
@ -37,8 +37,8 @@ @@ -37,8 +37,8 @@
</head>
<body>
<!-- MENU SUPERIOR INIT -->
<!-- MENU SUPERIOR INIT -->
<nav class="userMenu">
<ul>
<li class="userMenu-home current"><a href="home.html">
@ -80,7 +80,7 @@ @@ -80,7 +80,7 @@
<!-- BUSCA -->
<li class="userMenu-search">
<input type="text" class="userMenu-search-field" placeholder="search"/>
<div class="search-results dialog-modal">
<ul class="userMenu-search-sugestions" style="display: none;">
<li><a href="#">Fulano</a></li>
@ -100,9 +100,9 @@ @@ -100,9 +100,9 @@
</li>
</ul>
</div>
</li>
</ul>
</nav>
@ -111,9 +111,9 @@ @@ -111,9 +111,9 @@
<div class="wrapper">
<!-- LADO ESQUERDO DE MÓDULOS INIT -->
<!-- LADO ESQUERDO DE MÓDULOS INIT -->
<div class="dashboard left">
<!-- PROFILE MODULE -->
<div class="module mini-profile">
<div class="mini-profile-info">
@ -139,7 +139,7 @@ @@ -139,7 +139,7 @@
<li><a href="following.html" class="open-following-page"><span class="following-count">&nbsp;</span><span class="label">Following</span></a></li>
<li><a href="#" class="open-followers"><span class="followers-count">&nbsp;</span><span class="label">Followers</span> *</a></li>
</ul>
<div class="post-area">
<form class="post-area-new">
<textarea placeholder="New Post..."></textarea>
@ -161,7 +161,7 @@ @@ -161,7 +161,7 @@
</div>
<!-- LADO ESQUERDO DE MÓDULOS END -->
<!-- ÁREA DE POSTS INIT -->
<!-- ÁREA DE POSTS INIT -->
<div class="postboard">
<h2>
<span>Postboard</span>
@ -173,7 +173,7 @@ @@ -173,7 +173,7 @@
<li class="normal-posts active"><span>Normal posts</span></li>
<li class="promoted-posts disabled"><span>Promoted posts</span></li>
</ul>
<!-- Post area on top of postboard -->
<!-- Post area on top of postboard -->
<div id="postboard-top" class=" selectable_theme theme_nin">
<div class="post-area">
<form class="post-area-new">
@ -185,10 +185,10 @@ @@ -185,10 +185,10 @@
</div>
</form>
</div>
<!-- User's pic -->
<!-- User's pic -->
<div class="profile-photo"><img src="img/genericPerson.png" alt="user-photo"/></div>
</div>
<!-- END postboard-top -->
<!-- END postboard-top -->
<ol id="posts" class="postboard-posts">
@ -330,7 +330,7 @@ @@ -330,7 +330,7 @@
<li class="descendant module post">
</li>
<!-- TEMPLATE INVÓLUCRO DO POST EXPANDIDO END -->
<!-- TEMPLATE DO MODAL GENÉRICO INIT -->
<div class="modal-blackout cancel">
<div class="modal-wrapper">
@ -531,7 +531,7 @@ @@ -531,7 +531,7 @@
</div>
</li>
</ol>
<!-- ÁREA DE FOLLOWERS END -->
</div>
<!-- MODAL DE FOLLOWING END -->

Loading…
Cancel
Save