• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 12:45
CEST 18:45
KST 01:45
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
[ASL20] Ro24 Preview Pt1: Runway112v2 & SC: Evo Complete: Weekend Double Feature2Team Liquid Map Contest #21 - Presented by Monster Energy9uThermal's 2v2 Tour: $15,000 Main Event18Serral wins EWC 202549
Community News
Weekly Cups (Aug 11-17): MaxPax triples again!9Weekly Cups (Aug 4-10): MaxPax wins a triple6SC2's Safe House 2 - October 18 & 195Weekly Cups (Jul 28-Aug 3): herO doubles up6LiuLi Cup - August 2025 Tournaments7
StarCraft 2
General
RSL Revival patreon money discussion thread What mix of new and old maps do you want in the next 1v1 ladder pool? (SC2) : Weekly Cups (Aug 11-17): MaxPax triples again! Team Liquid Map Contest #21 - Presented by Monster Energy Would you prefer the game to be balanced around top-tier pro level or average pro level?
Tourneys
Sparkling Tuna Cup - Weekly Open Tournament RSL: Revival, a new crowdfunded tournament series LiuLi Cup - August 2025 Tournaments SEL Masters #5 - Korea vs Russia (SC Evo) Enki Epic Series #5 - TaeJa vs Classic (SC Evo)
Strategy
Custom Maps
External Content
Mutation # 487 Think Fast Mutation # 486 Watch the Skies Mutation # 485 Death from Below Mutation # 484 Magnetic Pull
Brood War
General
ASL 20 HYPE VIDEO! Flash Announces (and Retracts) Hiatus From ASL BW General Discussion New season has just come in ladder [ASL20] Ro24 Preview Pt1: Runway
Tourneys
[ASL20] Ro24 Group B [Megathread] Daily Proleagues [ASL20] Ro24 Group A BWCL Season 63 Announcement
Strategy
Simple Questions, Simple Answers Fighting Spirit mining rates [G] Mineral Boosting Muta micro map competition
Other Games
General Games
Nintendo Switch Thread Stormgate/Frost Giant Megathread Total Annihilation Server - TAForever Beyond All Reason [MMORPG] Tree of Savior (Successor of Ragnarok)
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine European Politico-economics QA Mega-thread The Games Industry And ATVI
Fan Clubs
INnoVation Fan Club SKT1 Classic Fan Club!
Media & Entertainment
Anime Discussion Thread Movie Discussion! [Manga] One Piece [\m/] Heavy Metal Thread
Sports
2024 - 2026 Football Thread TeamLiquid Health and Fitness Initiative For 2023 Formula 1 Discussion
World Cup 2022
Tech Support
Gtx660 graphics card replacement Installation of Windows 10 suck at "just a moment" Computer Build, Upgrade & Buying Resource Thread
TL Community
TeamLiquid Team Shirt On Sale The Automated Ban List
Blogs
The Biochemical Cost of Gami…
TrAiDoS
[Girl blog} My fema…
artosisisthebest
Sharpening the Filtration…
frozenclaw
ASL S20 English Commentary…
namkraft
StarCraft improvement
iopq
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1013 users

How to make a website?

Blogs > Try
Post a Reply
Normal
Try
Profile Blog Joined August 2007
United States1293 Posts
Last Edited: 2012-10-14 08:24:03
October 14 2012 08:05 GMT
#1
Hi everyone,

I'm a 3rd year computer science major trying to design webpages for two of the student organizations that I am in. However, I have no webdev experience, and I was wondering how to most easily build a decent looking website for my student orgs. Anyone here with webdev experience that can point me in the right direction?

***
Abductedonut
Profile Blog Joined December 2010
United States324 Posts
October 14 2012 08:23 GMT
#2
Learn HTML, CSS and javascript ASAP. Check PMs. This will help you build the core of any website. If you're good at programming, it will take you a couple of days to a week to learn how to build a decent website.

Take the time to learn DIVS and learn how to use them properly, as they are SUPER important.
Dantak
Profile Joined January 2006
Czech Republic648 Posts
October 14 2012 09:23 GMT
#3
Or you can stop wasting time by learning html, css, javascript etc. and just use www.wordpress.org. You can customize it all you want and it's super friendly and easy to use.
"Life of lively to live to life of full life thx to shield battery." - f33red k0r34n z3rg
synapse
Profile Blog Joined January 2009
China13814 Posts
October 14 2012 09:33 GMT
#4
On October 14 2012 18:23 PetrBlaha wrote:
Or you can stop wasting time by learning html, css, javascript etc. and just use www.wordpress.org. You can customize it all you want and it's super friendly and easy to use.

Highly disagree. html and css do not take long to learn, and provide you with way more customizability than wordpress. Javascript is a bit more difficult but even so, all of them are useful to know. If you want customizability without really learning any scripting language you'd probably go with dreamweaver.
:)
Dantak
Profile Joined January 2006
Czech Republic648 Posts
October 14 2012 09:36 GMT
#5
The question is how much advanced websites does OP need. If you want to create advanced websites then yeah, feel free to learn all that. But if you want to design 2 webpages for student organizations, I doubt that you need anything more than wordpress.
"Life of lively to live to life of full life thx to shield battery." - f33red k0r34n z3rg
Integra
Profile Blog Joined January 2008
Sweden5626 Posts
October 14 2012 09:44 GMT
#6
On October 14 2012 17:05 Try wrote:
Hi everyone,

I'm a 3rd year computer science major trying to design webpages for two of the student organizations that I am in. However, I have no webdev experience, and I was wondering how to most easily build a decent looking website for my student orgs. Anyone here with webdev experience that can point me in the right direction?

You are incredible vague in what you actually are looking for so here are a few options for you, the further down you go the more stuff you can do but it takes longer time to learn it:

The most basic thing, obviously, is to simply make a ordinary webpage using HTML. If you *truly*, only want to design simple webpages then HTML is all you need. Please head to http://www.w3schools.com/ and read up on HTML.

If you want to make really really fancy webpages then use HTML but add CSS. And again, go to http://www.w3schools.com/ for more info on CSS.

Do you want to make webpages that processes something or is suppose to provide some kind of functionality beyond just displaying grahpics and text then maybe you should learn a webserver language, such as PHP, which also can be found at http://www.w3schools.com/

Want added database support as well? MYSQL would be a good choice, http://www.w3schools.com/

Need additional interaction on the webpage (static webpages are not enough) then there is AJAX and Javascript http://www.w3schools.com/

Is it a big scale website where you would prefer a framework? then learn ASP.NET. http://www.w3schools.com/

Want to go fucking pro and just own everything? either get ASP.NET and use it in combination with a good language, such as C or learn ruby and download the ruby on rails framework.
"Dark Pleasure" | | I survived the Locust war of May 3, 2014
munchmunch
Profile Joined October 2010
Canada789 Posts
October 14 2012 11:19 GMT
#7
If you want a lightweight webpage, then:

1. Learn basic HTML and CSS. Don't spend more than an afternoon on this, just learn the absolute basics.

2. Google "CSS template" and find a free template that suits your purpose.

3. Modify the sample webpage provided with the template to build your sites.

This will give you good looking websites fast. Also, there is another big advantage to using free templates. While it is not hard to roll your own site with CSS, good design is really hard. You might have the knack for it, but don't count on it. Better to use a professional quality template.

Wordpress is good if you need to post news, event announcements, etc. frequently. With wordpress you can also delegate content creation to other organization members.
althaz
Profile Joined May 2010
Australia1001 Posts
October 14 2012 12:05 GMT
#8
IMO the best thing to do is design the page in something like photoshop (or draw it on paper if you prefer, it really isn't that important) so that you know exactly what you want. You should be able to turn it into a website by learning about html and css at http://www.w3schools.org in 2-3 days (add a day if you drew it on paper, mostly because you'll have to play around with some numbers to get everything lined up correctly, you can't measure pixels with a RL ruler, unless you're Flash).

That's assuming they are just basic pages with limited interactivity of course, if you have more advanced requirements, you'll need to do significantly more work.

Basic web development is quick and easy once you have the design down, the more complex stuff is getting your website to do things other than just show whatever information you type into Notepad++ or Dreamweaver.
The first rule we don't talk about race conditions. of race conditions is
Fyodor
Profile Blog Joined September 2010
Canada971 Posts
October 14 2012 12:13 GMT
#9
Unless they have specific, custom needs then it's overkill to learn any web programming whatsoever. The free open-source web tools like wordpress, phpBB, etc are way too powerful and easy to use that you have no hope of doing anything better by yourself in a timely manner.

It would be a supreme waste of time if you don't plan on becoming a web developer as a career.
llllllllllllllllllllllllllllllllllllllllllll
Atom Cannister
Profile Blog Joined April 2009
Germany380 Posts
October 14 2012 12:22 GMT
#10
On October 14 2012 18:44 Integra wrote:
Show nested quote +
On October 14 2012 17:05 Try wrote:
Hi everyone,

I'm a 3rd year computer science major trying to design webpages for two of the student organizations that I am in. However, I have no webdev experience, and I was wondering how to most easily build a decent looking website for my student orgs. Anyone here with webdev experience that can point me in the right direction?

You are incredible vague in what you actually are looking for so here are a few options for you, the further down you go the more stuff you can do but it takes longer time to learn it:

The most basic thing, obviously, is to simply make a ordinary webpage using HTML. If you *truly*, only want to design simple webpages then HTML is all you need. Please head to http://www.w3schools.com/ and read up on HTML.

If you want to make really really fancy webpages then use HTML but add CSS. And again, go to http://www.w3schools.com/ for more info on CSS.

Do you want to make webpages that processes something or is suppose to provide some kind of functionality beyond just displaying grahpics and text then maybe you should learn a webserver language, such as PHP, which also can be found at http://www.w3schools.com/

Want added database support as well? MYSQL would be a good choice, http://www.w3schools.com/

Need additional interaction on the webpage (static webpages are not enough) then there is AJAX and Javascript http://www.w3schools.com/

Is it a big scale website where you would prefer a framework? then learn ASP.NET. http://www.w3schools.com/

Want to go fucking pro and just own everything? either get ASP.NET and use it in combination with a good language, such as C or learn ruby and download the ruby on rails framework.


There are other, arguably better sites than w3schools.
Look here: http://www.readwriteweb.com/hack/2011/01/w3fools-takes-on-w3schools.php
...
divito
Profile Blog Joined January 2011
Canada1213 Posts
October 14 2012 12:36 GMT
#11
On October 14 2012 21:13 Fyodor wrote:
Unless they have specific, custom needs then it's overkill to learn any web programming whatsoever. The free open-source web tools like wordpress, phpBB, etc are way too powerful and easy to use that you have no hope of doing anything better by yourself in a timely manner.

It would be a supreme waste of time if you don't plan on becoming a web developer as a career.

This.
Skype: divito7
Deleted User 135096
Profile Blog Joined December 2010
3624 Posts
Last Edited: 2012-10-14 13:51:15
October 14 2012 13:48 GMT
#12
On October 14 2012 18:23 PetrBlaha wrote:
Or you can stop wasting time by learning html, css, javascript etc. and just use www.wordpress.org. You can customize it all you want and it's super friendly and easy to use.

wordpress may look good, but the footprint it leaves behind is rather large and bad. Same goes with iweb created websites. Traditional HTML + CSS can get you the same look and a lot less clutter overall. Want to be lazy and get a decent looking website, sure those are acceptable, but if you are interested in following web standards and being mindful of your consumer then I would leave those to the wayside and go the direct approach.

And I would only sort of agree with some of the above, you should weigh whether or not it would be worth it to learn these things based on your needs and how often you would use those skills, but I disagree that learning this stuff doesn't have any application anywhere else.
Administrator
Dental Floss
Profile Joined September 2009
United States1015 Posts
Last Edited: 2012-10-14 18:39:33
October 14 2012 18:38 GMT
#13
Wordpress is complete garbage. Its a total joke. If you want your server to die in a fire because you got 5 page views to your 3-plugin 20-image per page site use Wordpress. Don't get me started on Joomla...

If the OP is really in college for programming then they should use a development framework for webdev. Use CakePHP or Ruby on Rails. They are the most secure, extensible, and flexible solution.

Wordpress is for grandmas. CakePHP is for programmers who know C++.

http://cakephp.org/

Follow this blog tutorial and build a WP-equivilent feature set in literally an hour:
http://book.cakephp.org/2.0/en/tutorials-and-examples/blog/blog.html
Kim Tae Gyun.... never forget Perfectman RIP
Deleted User 61629
Profile Blog Joined March 2010
1664 Posts
Last Edited: 2012-10-14 18:50:05
October 14 2012 18:46 GMT
#14
--- Nuked ---
Dental Floss
Profile Joined September 2009
United States1015 Posts
October 14 2012 19:19 GMT
#15
I'm a linux admin at a datacenter with 35k physical servers and my current count for fucked up WP installs compared to Wp installs that could handle 10M views/day is like 1000 to 0. I'm not sure about the first number but I'm 100% positive about the second one.
Kim Tae Gyun.... never forget Perfectman RIP
Deleted User 61629
Profile Blog Joined March 2010
1664 Posts
October 14 2012 20:57 GMT
#16
--- Nuked ---
Dental Floss
Profile Joined September 2009
United States1015 Posts
October 14 2012 21:47 GMT
#17
On October 15 2012 05:57 Inori wrote:
Users that have no idea what they're doing != "server to die in a fire because you got 5 page views"


I have literally seen 1G VPS servers with 128M PHP memory_limit directives go OOM from maybe not 5 but 10 simultaneous page views for sure on plugin/theme heavy WordPress installs. I've also seen countless servers hitting maxclients because WP uses absolute links and creates a new httpd connection for every asset. I'm curious what your background is regarding WP because I've never heard anyone defend it before. Most people I know will at least go to Drupal for their CMS needs.
Kim Tae Gyun.... never forget Perfectman RIP
Dental Floss
Profile Joined September 2009
United States1015 Posts
October 14 2012 21:55 GMT
#18
Also, there are a few points to consider re: the person who will be making the sites.

1) in a CS college program so they know OO coding.

2) this is for a college group so should be something educational they can add to their resume

As an employer I don't want to see "Wordpress" on a coder's resume. I do however want to see RoR and CakePHP. If the OP was going to school for webdev I would have suggested coding it from scratch. If the OP was going to college for business or communications or something I'd suggest WP maybe.
Kim Tae Gyun.... never forget Perfectman RIP
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
Last Edited: 2012-10-14 23:48:28
October 14 2012 23:34 GMT
#19
On October 14 2012 17:05 Try wrote:
Hi everyone,

I'm a 3rd year computer science major trying to design webpages for two of the student organizations that I am in. However, I have no webdev experience, and I was wondering how to most easily build a decent looking website for my student orgs. Anyone here with webdev experience that can point me in the right direction?

Just use Wordpress or at the most Dreamweaver.

This was made with Wordpress: http://seanmiddleditch.com/
This was made with Dreamweaver: http://pixellicker.com/
This was made with Wordpress: http://allenchou.net/

The other people in the thread complaining about performance or recommending learning any webdev language are morons. Note that two of those links are sites for CS students who specialize in performance intensive C++ software development; they didn't waste their time not using some website generation tool (wordpress).
Fyodor
Profile Blog Joined September 2010
Canada971 Posts
October 14 2012 23:38 GMT
#20
On October 15 2012 04:19 Dental Floss wrote:
I'm a linux admin at a datacenter with 35k physical servers and my current count for fucked up WP installs compared to Wp installs that could handle 10M views/day is like 1000 to 0. I'm not sure about the first number but I'm 100% positive about the second one.

10M views per day? You're just here to flaunt your credentials, clearly. So far outside the topic of a student organization website that will probably see 400 visits per year or something.

It's just bad computer science. Efficiency doesn't matter if your problem is small so the ease of use, endless features, short dev time and security of Wordpress makes it by far the best solution. Not to mention the supposed ineefficiency of Wordpress is due to your own error because nobody complains about Wordpress' performance and is the most deployed blog software for any size website.

BTW just because you're a computer science student doesn't make it an excuse to learn any language under the sun. Good way to spread yourself thin.
llllllllllllllllllllllllllllllllllllllllllll
memcpy
Profile Blog Joined April 2010
United States459 Posts
October 14 2012 23:47 GMT
#21
On October 15 2012 08:38 Fyodor wrote:
Show nested quote +
On October 15 2012 04:19 Dental Floss wrote:
I'm a linux admin at a datacenter with 35k physical servers and my current count for fucked up WP installs compared to Wp installs that could handle 10M views/day is like 1000 to 0. I'm not sure about the first number but I'm 100% positive about the second one.

10M views per day? You're just here to flaunt your credentials, clearly. So far outside the topic of a student organization website that will probably see 400 visits per year or something.

It's just bad computer science. Efficiency doesn't matter if your problem is small so the ease of use, endless features, short dev time and security of Wordpress makes it by far the best solution. Not to mention the supposed ineefficiency of Wordpress is due to your own error because nobody complains about Wordpress' performance and is the most deployed blog software for any size website.

BTW just because you're a computer science student doesn't make it an excuse to learn any language under the sun. Good way to spread yourself thin.


Agreed. I personally know a decent amount of html, css, javascript, php etc to make a site from scratch yet for something like this I wouldn't consider wasting the time. Unless the OP plans on being a web developer, which he clearly doesn't given the lack of experience, then using a template is a better way to go.

Reinventing the wheel is rarely the best solution unless of course you plan on going into the wheel making business.
Dental Floss
Profile Joined September 2009
United States1015 Posts
October 15 2012 00:10 GMT
#22
On October 15 2012 08:38 Fyodor wrote:
Show nested quote +
On October 15 2012 04:19 Dental Floss wrote:
I'm a linux admin at a datacenter with 35k physical servers and my current count for fucked up WP installs compared to Wp installs that could handle 10M views/day is like 1000 to 0. I'm not sure about the first number but I'm 100% positive about the second one.

10M views per day? You're just here to flaunt your credentials, clearly. So far outside the topic of a student organization website that will probably see 400 visits per year or something.

It's just bad computer science. Efficiency doesn't matter if your problem is small so the ease of use, endless features, short dev time and security of Wordpress makes it by far the best solution. Not to mention the supposed ineefficiency of Wordpress is due to your own error because nobody complains about Wordpress' performance and is the most deployed blog software for any size website.

BTW just because you're a computer science student doesn't make it an excuse to learn any language under the sun. Good way to spread yourself thin.


1) I didn't bring up 10M number so please read entire thread.

2) Using a framework is faster than creating a WP if you know any programming so your argument about effort doesn't apply.

3) Programming languages (and yes, scripting languages) have a common logic and the more you switch between them the better you get at it. Anyone who thinks they can learn a single programming language and ride it to retirement is fooling themselves so get good at being flexible early.
Kim Tae Gyun.... never forget Perfectman RIP
Deleted User 61629
Profile Blog Joined March 2010
1664 Posts
October 15 2012 05:34 GMT
#23
--- Nuked ---
Dental Floss
Profile Joined September 2009
United States1015 Posts
October 15 2012 07:18 GMT
#24
On October 15 2012 14:34 Inori wrote:
Show nested quote +
On October 15 2012 06:47 Dental Floss wrote:
On October 15 2012 05:57 Inori wrote:
Users that have no idea what they're doing != "server to die in a fire because you got 5 page views"

I'm curious what your background is regarding WP because I've never heard anyone defend it before. Most people I know will at least go to Drupal for their CMS needs.

I actually started with saying I don't like WP, but it's much better than you say it is and it will handle what OP wanted perfectly.

I also find it ironic that you bash WP and suggest CakePHP in same post, even go as far as comparing it with C++.

Show nested quote +
On October 15 2012 09:10 Dental Floss wrote:
2) Using a framework is faster than creating a WP if you know any programming so your argument about effort doesn't apply..

You couldn't be more wrong.


CakePHP is closer in how it operates logically to a conventional programming language than normal LAMP development. Have you even used it? You can make a forum or a blog in literally minutes. I once had a class assignment to remake twitter in RoR and everyone was done in 3 hours.

Next you're going to be telling me about your cutting edge shopping cart software OScommerce.
Kim Tae Gyun.... never forget Perfectman RIP
Normal
Please log in or register to reply.
Live Events Refresh
Next event in 7h 15m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
mcanning 235
BRAT_OK 78
ProTech69
MindelVK 52
StarCraft: Brood War
Britney 43828
Calm 5815
Rain 2526
Flash 2078
Jaedong 1565
BeSt 983
EffOrt 765
Snow 412
Light 349
Soulkey 259
[ Show more ]
ggaemo 250
ZerO 231
Rush 137
Hyuk 117
Mong 90
Barracks 70
hero 62
Movie 53
Mind 49
Sea.KH 42
Sharp 37
ToSsGirL 35
soO 31
Aegong 26
yabsab 22
Terrorterran 21
Sacsri 18
Killer 13
Dota 2
Gorgc8769
qojqva2923
Dendi1044
Counter-Strike
ScreaM2028
Other Games
FrodaN4872
singsing1922
crisheroes509
ceh9451
Mlord433
Lowko390
Hui .243
ArmadaUGS160
XaKoH 138
Trikslyr69
QueenE63
ZerO(Twitch)20
Organizations
StarCraft 2
angryscii 9
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 19 non-featured ]
StarCraft 2
• poizon28 66
• LaughNgamezSOOP
• sooper7s
• AfreecaTV YouTube
• intothetv
• Migwel
• Kozan
• IndyKCrew
StarCraft: Brood War
• Azhi_Dahaki30
• HerbMon 6
• Pr0nogo 1
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• C_a_k_e 2993
League of Legends
• Nemesis6636
• TFBlade551
Counter-Strike
• Shiphtur88
Other Games
• WagamamaTV267
Upcoming Events
PiGosaur Monday
7h 15m
Afreeca Starleague
17h 15m
Mini vs TBD
Soma vs sSak
WardiTV Summer Champion…
18h 15m
Clem vs goblin
ByuN vs SHIN
Online Event
1d 7h
The PondCast
1d 17h
WardiTV Summer Champion…
1d 18h
Zoun vs Bunny
herO vs Solar
Replay Cast
2 days
LiuLi Cup
2 days
BSL Team Wars
3 days
Team Hawk vs Team Dewalt
Korean StarCraft League
3 days
[ Show More ]
CranKy Ducklings
3 days
SC Evo League
3 days
WardiTV Summer Champion…
3 days
Classic vs Percival
Spirit vs NightMare
[BSL 2025] Weekly
4 days
Sparkling Tuna Cup
4 days
SC Evo League
4 days
BSL Team Wars
5 days
Team Bonyth vs Team Sziky
Afreeca Starleague
5 days
Queen vs HyuN
EffOrt vs Calm
Wardi Open
5 days
Replay Cast
6 days
Afreeca Starleague
6 days
Rush vs TBD
Jaedong vs Mong
Liquipedia Results

Completed

Jiahua Invitational
uThermal 2v2 Main Event
HCC Europe

Ongoing

Copa Latinoamericana 4
BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Qualifiers
ASL Season 20
CSL Season 18: Qualifier 1
SEL Season 2 Championship
WardiTV Summer 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
BLAST.tv Austin Major 2025

Upcoming

CSLAN 3
CSL 2025 AUTUMN (S18)
LASL Season 20
BSL Season 21
BSL 21 Team A
RSL Revival: Season 2
Maestros of the Game
EC S1
PGL Masters Bucharest 2025
Thunderpick World Champ.
MESA Nomadic Masters Fall
CS Asia Championships 2025
Roobet Cup 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.