Advertisement
Guest User

fabrice HTML

a guest
Apr 15th, 2018
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.87 KB | None | 0 0
  1. <html>
  2.    
  3.     <head> 
  4.        
  5.         <!-- Basic Page Needs
  6.         –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  7.         <meta charset="utf-8">
  8.         <title>fabrice.</title>
  9.         <meta name="description" content="fabrice - official website">
  10.         <meta name="author" content="Daniel Pölzgutter">
  11.    
  12.         <!-- Mobile Specific Metas
  13.         –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  14.         <meta name="viewport" content="width=device-width, initial-scale=1">
  15.        
  16.         <!-- CSS
  17.         –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  18.         <link rel="stylesheet" type="text/css" href="/style.css">
  19.        
  20.         <!-- favicon
  21.         –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  22.         <link rel="shortcut icon" type="image/png" href="/res/icons/favicon.png"/>
  23.        
  24.     </head>
  25.  
  26.  
  27.  
  28.     <body> 
  29.    
  30.    
  31.        
  32.         <!-- PAGES
  33.         –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  34.        
  35.         <!--featured-->
  36.         <div id="js_featured" class="page">
  37.             <div class="container">
  38.                
  39.                
  40.                 <div class="row">
  41.                        
  42.                     <div class="twelve columns" style="margin-top: 5%">
  43.                         <h4 align="center" style="font-family: aileron-heavy; font-size: 50px">featured</h4>
  44.                     </div>
  45.                    
  46.                     <div class="twelve columns">
  47.                         <p align="center" style="font-family: aileron-thin; font-size: 25px">...</p>
  48.                     </div>
  49.                    
  50.                 </div>
  51.                
  52.                
  53.             </div>
  54.         </div>
  55.  
  56.  
  57.         <!--releases-->
  58.         <div id="js_music" class="page" style="display:none">
  59.             <div class="container">
  60.                
  61.                
  62.                 <div class="row">
  63.                        
  64.                     <div class="twelve columns" style="margin-top: 5%">
  65.                         <h4 align="center" style="font-family: aileron-heavy; font-size: 50px">releases</h4>
  66.                     </div>
  67.                    
  68.                     <div class="twelve columns">
  69.                         <p align="center" style="font-family: aileron-thin; font-size: 25px">...</p>
  70.                     </div>
  71.                    
  72.                 </div>
  73.                
  74.                
  75.             </div>
  76.         </div>
  77.  
  78.  
  79.         <!--contact-->
  80.         <div id="js_contact" class="page" style="display:none">
  81.             <div class="container">
  82.                
  83.                
  84.                 <div class="row">
  85.                        
  86.                     <div class="twelve columns" style="margin-top: 5%">
  87.                         <h4 align="center" style="font-family: aileron-heavy; font-size: 50px">contact</h4>
  88.                     </div>
  89.                    
  90.                     <div class="twelve columns">
  91.                         <p align="center" style="font-family: aileron-thin; font-size: 25px">...</p>
  92.                     </div>
  93.                    
  94.                 </div>
  95.                
  96.                
  97.             </div>
  98.         </div>
  99.  
  100.  
  101.  
  102.  
  103.  
  104.         <!-- NAVIGATION BAR
  105.         –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  106.        
  107.         <div id="navbar_box">  
  108.             <div class="navbar">
  109.            
  110.                 <div id="brand_box">
  111.                     <div class="brandtext">fabrice.</div>
  112.                 </div>
  113.    
  114.                 <div id="textbutton_box">
  115.                     <button class="textbutton" onclick="openPage('js_featured')">featured</button>
  116.                     <button class="textbutton" onclick="openPage('js_music')">releases</button>
  117.                     <button class="textbutton" onclick="openPage('js_contact')">contact</button>
  118.                 </div>
  119.            
  120.                 <div id="icon_box">
  121.                     <a href="https://www.facebook.com/danielfabricem/" class="icon" id="facebook" target="_blank"></a>
  122.                     <a href="https://twitter.com/danielfabricem" class="icon" id="twitter" target="_blank"></a>
  123.                     <a href="https://www.instagram.com/danielfabricem/" class="icon" id="instagram" target="_blank"></a>
  124.                     <a href="https://www.snapchat.com/add/danielfabricem" class="icon" id="snapchat" target="_blank"></a>
  125.                     <a href="https://www.youtube.com/channel/UCNGXQlfrPtou-CpHSJDiicQ" class="icon" id="youtube" target="_blank"></a>
  126.                     <a href="https://open.spotify.com/artist/4qpNXA2Fz4VjjzPAvoK9Uc" class="icon" id="spotify" target="_blank"></a>
  127.                     <a href="https://soundcloud.com/danielfabricem" class="icon" id="soundcloud" target="_blank"></a>  
  128.                 </div>           
  129.  
  130.             </div>     
  131.         </div>
  132.  
  133.  
  134.  
  135.  
  136.  
  137.         <!-- JAVASCRIPT
  138.         –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  139.  
  140.         <script>
  141.             /*switch sites*/
  142.             function openPage(name) {
  143.                 var i;
  144.                 var x = document.getElementsByClassName("page");
  145.                
  146.                 for (i = 0; i < x.length; i++) {
  147.                     x[i].style.display = "none";
  148.                 }
  149.                
  150.                 document.getElementById(name).style.display = "block";
  151.             }
  152.         </script>  
  153.        
  154.        
  155.        
  156.        
  157.        
  158.        
  159.     </body>
  160.  
  161. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement