Christiana Idu
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.

      Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Explore these features while you wait
      Complete general settings
      Bookmark and like published notes
      Write a few more notes
      Complete general settings
      Write a few more notes
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.

    Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Explore these features while you wait
    Complete general settings
    Bookmark and like published notes
    Write a few more notes
    Complete general settings
    Write a few more notes
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # BUILDING A COMPANY WEBSITE: WHAT I LEARNED AND MY EXPERIENCE **Introduction** The process of building a working website entails choosing a domain name, obtaining web hosting, designing the layout, producing content, and putting it online. In essence, this enables users to interact with your brand and access information via a unique web address. Building a company website using only HTML and CSS can be a bit tricky but with the right codes and styling, it can be achieved. For this article, I will be explaining some of the steps I used in building a company website with only HTML and CSS and what I learned in the process. **What is a company website?** A company website refers to an online platform that businesses use to engage with potential consumers and market their brand(s). It displays information about the firm, such as its products, services, contact information, and corporate culture. It is essential for organizations to build their website for the following reasons: - [ ] Website adds to your company’s credibility and visibilty: this is because, people are more likely to research your company online before transacting a business with you; so having an online presence gives more credibility to your business. By making your company easily searchable online, a website increases your visibility and expands your consumer base through online marketing and search engines. - [ ] Having a company website provides a central location for all your information. You can stop depending on disorganized files and emails. Additionally, a website makes it easier to distribute information. - [ ] Having a website lets you compete with other industry leaders. A website makes it possible for businesses to grow and thrive in the current competitive environment by leveling the playing field. - [ ] Brand Building: A well-designed website improves client impression and trust by solidifying your brand identity and projecting a professional image. - [ ] Marketing Platform:  your company website serves as the focal point of your digital marketing plans, allowing you to incorporate email marketing, social media, and other online advertising campaigns. As an aspiring web developer it is imprtant for me to learn to build a company website, because Web developers provide businesses with the unique, engaging websites they need to connect with customers. Building a corporate website gives developers the chance to improve their skills, work on practical projects, and establish a portfolio that could bring in future businesses or clients. **The Learning Process** In the course of building this website, I learnt that when coding (using your HTML) it is very important to group my elements into divs `<div></div>`. The div acts as a container in which content on a webpage can be grouped and arranged. It helps organize the page and apply styles using CSS, but it lacks any intrinsic meaning or styling. The major problem I encountered while working on this project, was placing the images in their rightful places which majorly had to do with the styling elements I used in my CSS. I noticed that when a wrong style is implemented, the structure of the webpage will look distorted. I was able to overcome this challenge by carrying out more research to know how certain elements work and how best to style ceratin divs so that they appear the way they are supposed to appear on the web page. I also had to consult with some of my collegues to clarify certain aspects of the task. * The HTML element that was most useful to me in building this website was the navigation element (`<nav></nav>`). The `<nav>` element is used to define a navigation section on a webpage. That is, it contains links to important sections of the website, such as the about page, the homepage, services, contact, and other such links. * The division element also referred to as `<div></div>`in HTML is a generic container used to group and organize content on the website.The div made it easier for me to style different aspects of the webpage because it helped divide the page into sections. Also, different elements such as text, image and links can be grouped together. * The Unordered-list (`<ul>`) is used to display a list of items in a bulleted format. Each item in the list is defined using the <li> (list item) element. The unordered list helps to structure and organize information in a clear and readable form. * The `<img>` tag/element is used to display images in a HTML document. It is a self-closing element, which means that it does not need a closing tag. The image tag (`<img>`) makes it easy for me to import logos and images into the web page. For the Cascading Style Sheet (CSS), the useful elements employed for building the current webpage was the display: flex. The display-flex helps in designing responsive and efficient layouts by arranging elements either horizontally, or vertically. That is, it adjust layouts based on available space. Another important CSS property I used for styling the web page was the width and height property. This defines the size of an element, controlling how much space it takes up on the web page. There is also the justify-content property, which is used to control horizontal alignment of elements inside a flex container or grid container. The background-color properties are used to set color for an elements background only. Other important CSS properties used were margins, color, font-family, padding and align-items among others. **Features of the Company Website** The task was to build a landing page of an automechanic website. Some of the structures of the home page include: * Nav-Items such as the About, Vehicle Owner, Mechanic, Support and login and sign-up buttons. The page also contains a logo for the company and other images that describes/demonstrates some activities of the company. * It also contained different divs for different items that made up the overall structure of the web page. These divs were styled according to specifications. I also used the paragraph element (`<p></p>`) to describe certain services/expectations from the company. * There was also the use of the color and background properties of the CSS to enhance readability, aesthetics, and user experience. This company is unique because it deals in automobiles repairs and services. It understands that the customer has needs and it cannot always be where they are at all times, hence the need for the website which makes it easier for the customer to get in touch with their mechanic anytime, any day. **Reflection and Improvement** I observed that through constant practice, I am becoming more profiicent in coding with HTML and I am also beginning to get the hang of CSS. Overall, I believe my HTML codes were good but I still need to work more on my styling skills in order to hone my skills and become more proficient in using the CSS. The next step in web development for me is continue to put in the work and the effort by ensuring that I practicalize with many projects as possible so as to master the art of coding without difficulty while I aspire for the next level in my journey to becoming a good web developer. **Conclusion** In summary, this project has been a good and educative one. It has exposed me to certain aspects of coding which was previously overlooked and it has broaden my understanding on various concepts. The overall concept of HTML and CSS is still a learning process for me and one I am eager to grasp and hope to master in the nearest future. Learning HTML and CSS is crucial for any number of job roles, given that taken together, HTML and CSS are the building blocks for web development. In future, I hope to broaden the scope of my knowledge to encompass JavaScript and other advanced features with the help of my abled mentors at the Blockfuse Labs.

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password
    or
    Sign in via Google Sign in via Facebook Sign in via X(Twitter) Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    By signing in, you agree to our terms of service.

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully