Giter Club home page Giter Club logo

Comments (8)

 avatar commented on May 28, 2024 1

Ok will do!

from club-website.

 avatar commented on May 28, 2024

Question, is this just for mobile or mobile and desktop?

from club-website.

mirdaki avatar mirdaki commented on May 28, 2024

It should be for both desktop and mobile devices. There was just a mobile reference, because I didn't have more paper at the time...

from club-website.

 avatar commented on May 28, 2024

image

Ok this is what i have for the resources page and the respective html:

<title>Resources</title>
<!--header bar thing (idk the name)-->
<section id="upper bar">
    <a href="home.html"><img src="logo.png" height="25.5em" width="50em"></a>
    <!--dropdown menu and options NEEDS WORK-->
    <button class="drowpdown">&#9776;</button>
</section>

<!--Page header and explanation-->
<section>
    <h1>Resources</h1>
    <p>
        Here are some resources for you to use, whether it be programming 
        language documentation or some other stuff, all of that
        is here.
    </p>
</section>

<!--Aricles/Links resource section-->
<article class="link_groupings">
    <section class="link_group">
        <h3>Technology 1</h3>
        <p>
            some description
        </p>
        <!--potentially add an explanation of the resource on hover-->
        <a href="link1.com">Link 1</a>
        <a href="link2.com">Link 3</a>
        <a href="link3.com">Link 2</a>
    </section>

    <section class="link_group">
        <h3>Technology 2</h3>
        <p>
            some description
        </p>
        <a href="link1.com">Link 1</a>
        <a href="link2.com">Link 3</a>
        <a href="link3.com">Link 2</a>
    </section>

    <section class="link_group">
        <h3>Technology 3</h3>
        <p>
            some description
        </p>
        <a href="link1.com">Link 1</a>
        <a href="link2.com">Link 3</a>
        <a href="link3.com">Link 2</a>
    </section>
</article>

<!--Footer bar section-->
<section>
    <h3>Footer thing</h3>
    <a href="link1.com">Link 1</a>
    <a href="link2.com">Link 3</a>
    <a href="link3.com">Link 2</a>
</section>

from club-website.

mirdaki avatar mirdaki commented on May 28, 2024

Nice progress!

from club-website.

 avatar commented on May 28, 2024

Is there anything else i should try to do before i try to push other than the borders going too far when full screen?

image

<title>Resources</title>

Resources

Here are some resources for you to use, whether it be programming language documentation or some other stuff, all of that is here.

<!--Aricles/Links resource section-->
<article class="link_groupings">
    <section id="link_group1">
        <h3>Technology 1</h3>
        <p>
            Some description.
        </p>
        <!--potentially add an explanation of the resource on hover-->
        <a href="link1.com">Link 1</a>
        <a href="link2.com">Link 3</a>
        <a href="link3.com">Link 2</a>
    </section>

    <section id="link_group2">
        <h3>Technology 2</h3>
        <p>
            Some description.
        </p>
        <a href="link1.com">Link 1</a>
        <a href="link2.com">Link 3</a>
        <a href="link3.com">Link 2</a>
    </section>

    <section id="link_group3">
        <h3>Technology 3</h3>
        <p>
            Some description.
        </p>
        <a href="link1.com">Link 1</a>
        <a href="link2.com">Link 3</a>
        <a href="link3.com">Link 2</a>
    </section>
</article>

body {
font-family: Arial, Helvetica, sans-serif;
margin: 1em;
border: 1em;
padding: 1em;
display: flex;
flex-wrap: wrap;
flex-direction: column;
text-align: center;
border-radius: 25px;
}

article {

}

section {

}

h1, h3 {
padding: .25em;
margin: .1em;
}

p {
font-size: 12pt;
}

a {
font-size: 10pt;
}

a:hover{
color:orangered;
}

.resources {
margin: .01em;
border: .01em;
padding: .01em;
}

#link_group1, #link_group2, #link_group3 {
margin-top: .25em;
border: .15em solid black;
padding: .75em;
flex: 2;
}

from club-website.

mirdaki avatar mirdaki commented on May 28, 2024

I would suggest you explore some different theme-ing options (different fonts, positioning, etc). Also it might be easier to judge themes if you have more placeholder text in the description. Once you find some combo you like, then submit it!

from club-website.

mirdaki avatar mirdaki commented on May 28, 2024

Finished with #19

from club-website.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.