#WE know a bit of python but its like
1 messages · Page 1 of 1 (latest)
oo a thread okay
so basically its a website for my own company
we got the main site
hi
and a blog of sorts
@shy sluice update everything we have done so far and send the link in this thread
share i share the link itself?
u booted?
Alr alr I'll check it out in a bit
wdym
This a template?
idk ask my dev lmao
idk ANYTHING about this stuff
i wanna learn but eh no time
@dapper otter hows the newsletter section
idk lemme check it out
cool
proud of me yeah? 🥹
no
bro and chatgpt is too advance
YOU said u built it from scratch
but anything will work
its against the rules to fight
the website has no signs of the template
what am i reading here
so there are regular links <a href="/asdadgsghfzcv"></a> and <a href="https://example.com/cheezits"></a>
you can also have a fragment link https://developer.mozilla.org/en-US/docs/Web/URI/Fragment/Text_fragments
Text fragments allow linking directly to a specific portion of text in a web document, without requiring the author to annotate it with an ID, using particular syntax in the URL fragment. Supporting browsers are free to choose how to draw attention to the linked text, e.g. with a color highlight and/or scrolling to the content on the page. This ...
make a section with the id testimonials and you can make a fragment link with#testimonials
from there, the actual testimonial HTML is really simple
map out the structure - let's say you have 3 testimonials
these 3 testimonials are contained, so that they follow a different layout from the rest of the page (going horizontally)
for this container, you can use the display:flex declaration
you get a flexbox
if you're using chrome, you get this really cool utility
we makea de div
we make new div under de h2
fill with however many testimonies you want (just a div at this stage)
gib it a class so we can select the testimonials w css
i gib it a height and width until it looke fine
phil up the testimonial divs with whatever u want
select de div with the three divs
lets make it a flexbox
ez
so far
HTML
<div>
<h2 class="style1">TESTIMONIALS</h2>
<div style="display: flex;">
<div class="testimonial"><p>wery good</p><span>Mr White</span></div>
<div class="testimonial"><p>wery good</p><span>Mr White</span></div>
<div class="testimonial"><p>wery good</p><span>Mr White</span></div>
</div>
</div>```
### css
```css
.testimonial {
width: 25em;
height:30em;
}```
brb
[work tings]
ARE U MAD
I NEARLY DONT HAVE THE FINANCIALS TO HIRE PROFESSIONALS
That's because it is
Slap on another flexbox and change the alignment, change the font size and add an image
I have a tight deadline at work, so I'm really just focusing on that rn
I should be free tomorrow
they are probably an adult
17
Could tell by the way you all were talking
that obvious eh?
has nothing to do with age, that's why 
Nobody else uses the 😠emoji here 
If you want a decent experience learning webdev and all I can help out
Taught several of my friends, shouldn't be too different here
Sent a req to both of you
sai time to leaarn something valuable
tbf i'd love to learn webdev
idk a thing about it
no i kinda want it like the reviews section of play store
i want people to be able to upload reviews
like an open-forum of sorts?
In plain html, css and js?
You have a server?
If you don't you're better off using a widget thing
whats a widget thing?
also i dont have a server
also idk CSS but i do know Javascript ig