I need help please its urgent..help me recreate this please

Please show us what you have done so far. The best way would be to provide a link to the project. And then ask specific questions about what you are having trouble with.

1 Like

Obviously I donā€™t know why exactly this is ā€œurgentā€, but it looks kinda like a school project.

Iā€™m not saying that is the case but, if it is, do you have permission from your professor to get online help?


Other than that I second the above, what do you have so far, and what are you struggling on?

hello yes we"ve been permitted to seek alternative help when we are stuck.I am fairly new at this and what was taught did not cover much of what is needed here

1 Like

![index|676x500](upload://cw9LacTs2968Ed1rz0E5FFJ0i9

[file:///home/moringa/Moringa/project/css/side/index.html](file:///home/moringa/Moringa/project/css/side/index.html)

It looks like these are local files, so we only got a picture of your CSS.

Iā€™d copy paste your code here. You can format it by writing two lines of three backticks and pasting it between those:

```
your code here
```

This will make it easier for people to help as they can copy paste it into your own editor.

Week1 Project
 </head>
 <body>
     <div>
    <nav> 
        <label class="logo"><span style="color: #ec4067" >Moringa</span> School</label>
        <ul>
            <li><a href="#">Courses</a></li>
            <li><a href="#">Our Projects</a></li>
            <li><a href="#">Stories</li>
            <li><a class="active" href="#">Enroll</li>
           
        </ul>
    </na>
        </div>
        <Div>
        <h1>Moringa</h1>
        <h2><a><span style="color: #EC4067;">Nurturing Africa's Tech Talent</span></a></h2>
        <p>Through market-aligned skills training,we help<br /> learners build new career possibilities with greater<br /> confidence and capability<p><img src="/Assets/images/image1.png"float: right;width: 20px;height: 20px;></p></p>
        <p>Stories <sub>    So many stories</sub></p>
        <h3>Orientation Day</h3>
        <p>Lorem, ipsum dolor sit amet ,consectetur<br /> adipisicing elit.Nam est purus,consectetur<br /> sit frin bot. </p>
        <h1>Board Meeting</h1>
        <p>Lorem, ipsum dolor sit amet ,consectetur <br /> adipisicing elit.Nam est purus,consectetur<br /> sit frin bot. </p>
        <h1>Graduation Party</h1>
        <p>Lorem, ipsum dolor sit amet ,consectetur <br /> adipisicing elit.Nam est purus,consectetur<br /> sit frin bot. </p>
        <h3>Technical Mentors<sup>skilled, and kind!</sup></h3>
        <p></p>
</body>
</html>

here is my index.html code

*{
padding: 0;
margin: 0;
text-decoration: none;
list-style: none;
box-sizing: border-box;
}
body{
font-family: ā€˜Times New Romanā€™, Times, serif;
}
nav{
background:whitesmoke;
height: 80px;
width:100%;
}

label.logo{
font-size: 35px;
line-height: 82px;
padding: 0 100px;
font-weight: bold;

}

nav ul{
float: right;
margin-right: 20px;

}

nav ul li{
display: inline-block;
line-height: 80px;
margin: 0 5px;

}

nav ul li a{
color: black;
font-size: 18px;
padding: 7px 13px;
border-radius: 3px;
}
a.active{
background: #ec4067;
}

To be honest, pasting your code in here isnā€™t the best way to share your project. Putting it in something like codepen is much better. Otherwise, each time you make changes you are going to have to paste your updated code in here. And then in order for us to see it we will have to save it off to our own files. If you want good help then you need to make it easy for us to review your project. Just do codepen.

Also, you need to ask specific questions about what you need help with. ā€œHelp me recreate thisā€ is not going to get you much help. We generally donā€™t just write code for people. But if you are stuck on something then you can ask a question about it and people will be willing to help you find the answer to that question.

1 Like

I am sorry.Its my first week on dev school and I am not well versed in anything yet to be honest

No need to apologize, I completely understand. Learning this stuff takes a while. Iā€™m just trying to help you get the best answers from this forum.

Itā€™s your first week in dev school and you are supposed to build this? Are they actually teaching you anything or is it more of a learn on your own sort of thing?

I am grateful.Its more of learn on your own kinda thing.Theyā€™ve given us course outline and we are supposed to learn it.They do not teach much to be honest.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.