Search
 
SCRIPT & CODE EXAMPLE
 

HTML

link style page with html page in django

{% load static %}
<html>
    <head>
        <title>Abhya Tripathi|Developer</title>
        <link rel="stylesheet" href="{% static 'css/blog.css' %}">
    </head>
    <body>
      <nav>
<ul id='navbar'>
  <li><a href="#welcome-section">About</a></li>
  <li><a href="#projects">Work</a></li>
  <li><a href="#contact">Contact</a></li>
</ul>
</nav>

<div id="welcome-section" class="intro">

<h1>Hey i'am Mimic.</h1>
<p>a web developer</p>


</div>
<div id="projects" class="work">
<h2 class="work-header">These are some of my projects..</h2>
<a href="https://codepen.io/FreeCodeCamp/pen/NNvBQW" target="_blank" class="project project-tile">
  <img class="project-pic" src="https://cloud.githubusercontent.com/assets/15967809/17642794/d084d718-6171-11e6-83fa-ede5d0a67ad2.png" alt="project">
  <div class="project-title">Tribute Page</div>
</a>
<a href="https://codepen.io/FreeCodeCamp/pen/ONjoLe" target="_blank" class="project project-tile">
  <img class="project-pic" src="https://cloud.githubusercontent.com/assets/15967809/17642771/7cd6a0c4-6171-11e6-87fb-915f6084d104.png" alt="project">
  <div class="project-title">Random Quote Machine</div>
</a>
<a href="https://codepen.io/FreeCodeCamp/pen/PNKdjo" target="_blank" class="project project-tile">
  <img class="project-pic" src="https://cloud.githubusercontent.com/assets/15967809/17642772/7d02406c-6171-11e6-8c79-40a2933163dc.png" alt="project">
  <div class="project-title">JavaScript Calculator</div>
</a>
<a href="https://codepen.io/FreeCodeCamp/pen/mVEJag" target="_blank" class="project project-tile">
  <img class="project-pic" src="https://cloud.githubusercontent.com/assets/15967809/17642773/7d08cb94-6171-11e6-8c45-22e7cf64683e.png" alt="project">
  <div class="project-title">Map Data Across the Globe</div>
</a>
<a href="https://codepen.io/FreeCodeCamp/pen/wGqEga" target="_blank" class="project project-tile">
  <img class="project-pic" src="https://cloud.githubusercontent.com/assets/15967809/17642774/7d091806-6171-11e6-8d47-ecf2f2833fe2.png" alt="project">
  <div class="project-title">Wikipedia Viewer</div>
</a>
<a href="https://codepen.io/FreeCodeCamp/pen/KzXQgy" target="_blank" class="project project-tile">
  <img class="project-pic" src="https://cloud.githubusercontent.com/assets/15967809/17642775/7d354304-6171-11e6-8b56-66eee4681d88.png" alt="project">
  <div class="project-title">Tic Tac Toe Game</div>
</a>

<a href="https://codepen.io/FreeCodeCamp/" class="show-all" target="_blank">Show all</a>
</div>
<div id="contact" class="contact">
<div class="header">
  <h1>Let's work together...</h1>
  <p>How do you take your coffee?</p>
</div>
<a href="https://facebook.com/freecodecamp" target="_blank" class="contact-details">Facebook</a>
<a id='profile-link' href="https://github.com/freecodecamp" target="_blank" class="contact-details">GitHub</a>
<a href="https://twitter.com/freecodecamp" target="_blank" class="contact-details">Twitter</a>
<a href="mailto:example@example.com" class="contact-details">Send a mail</a>
<a href="tel:555-555-5555" class="contact-details">Call me</a>
</div>
<footer>**This is just a fake portfolio.. All the projects and contact details given are not real..
<p>&copy; Created for <a href="https://www.freecodecamp.com/" target="_blank">FreeCodeCamp</a></p>
</footer>
    </body>
</html>
 Run code snippet
Comment

PREVIOUS NEXT
Code Example
Html :: doctype 
Html :: align button right 
Html :: bootstrap 5 dropdown 
Html :: void javascript link 
Html :: font awesome facebook icon 
Html :: vue router link dynamic id 
Html :: making rectangle in css 
Html :: axonivy sub component 
Html :: adding meta social media tags 
Html :: load pdf html 
Html :: bootstrap 4 search bar 
Html :: hotjar how to exclude elements 
Html :: html how to add an image 
Html :: accept method composite jsf 
Html :: <meta name="viewport" content="width=device-width, initial-scale=1.0" 
Html :: tailwind image text 
Html :: border radius rect svg 
Html :: html chat box 
Html :: bootstrap input file 
Html :: submit and open another page 
Html :: link open new tab 
Html :: bootstrap table combine columns 
Html :: html error page template 
Html :: html how to make element focusable 
Html :: bottstrap starter template 
Html :: what is the difference between span and div 
Html :: html text cut 
Html :: disable overscrolling html 
Html :: bootstrap grids examples 
Html :: ion-item margin 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =