uppercase first letter in title tag

This commit is contained in:
Eugene Kuligin 2015-04-20 03:41:09 +03:00
parent 4f60878f31
commit c468b0e8cc

View File

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