Skip to content
Sign UpLog In
Profile icon

Zavexeon

@Zavexeon
Hey there, I'm Zavexeon, Zave for short.
Twitter
GitHub
Website
  • terminal portfolio

    Cover page
    Made with HTML, CSS, JS

    This is my new website! You can find it at the repl linked or at https://zavexeon.github.io.

    I've been meaning to make a portfolio for a long time and I think i nailed it.

    Recent comments (52)
    BenLondon
    BenLondon
    11 days ago

    That's Fire

    EarthRulerr
    EarthRulerr
    13 days ago

    I love this so much

    ShiftyBoo
    ShiftyBoo
    13 days ago

    This is incredible! You nailed the CSS and animations.

    TheBard0
    TheBard0
    14 days ago

    @Zavexeon , could I use this as a format for my own website?

    BearCoder01
    BearCoder01
    14 days ago

    Cool, but using the arrow key in this project would be even better. You know the terminal and stuff.

    radiationaden
    radiationaden
    14 days ago

    nice touch on the rickroll when clicking on the @ XD

    jesusmontez1
    jesusmontez1
    14 days ago

    daddy

    PianoMan0
    PianoMan0
    14 days ago

    This CSS is incredible!

    Keenandup87
    Keenandup87
    14 days ago

    Very nice mate!!

Repls
Community
Zavexeon
Zavexeon
published an Update
15 days ago
75
terminal portfolio
terminal portfolioThis is my new website! You can find it at the repl linked or at https://zavexeon.github.io. I've been meaning to make a portfolio for a long time and I think i nailed it.
Now (more) mobile friendly!
Added a bit more responsive design to make it scale better on mobile! Also probably some other changes I forgot about.
MiloCat
MiloCat
@Zavexeon teach me how to do css like that 🥺13 days ago
Zavexeon
Zavexeon
@MiloCat I honestly learned most of it while making this site.13 days ago
MiloCat
MiloCat
@Zavexeon well it looks amazing :D13 days ago
#javascript
#html
#website
Zavexeon
Zavexeon
published a Repl
15 days ago
75
terminal portfolio
terminal portfolioThis is my new website! You can find it at the repl linked or at https://zavexeon.github.io. I've been meaning to make a portfolio for a long time and I think i nailed it.
EarthRulerr
EarthRulerr
I love this so much13 days ago
farsibloger
farsibloger
https://www.youtube.com/@wordpress722912 days ago
Zavexeon
Zavexeon
shared a Post
2 years ago
March 2022 - Locking this, it's out of date and broken, keep getting notifs for it. - Zave Advanced Modular Discord.js Bot Tempate Introduction So fo
discordjs-bot-template
Bash
Chezical
Chezical
I need help1 year ago
noxitb
noxitb
it doesent work 2 years ago
CodingCactus
CodingCactus
impressive2 years ago
Zavexeon
Zavexeon
shared a Post
2 years ago
Hiya, been a long time since I've posted, and here I wanted to share an in progress project I've been working on for a little under a month. I have b
Zavexeon
Zavexeon
shared a Post
2 years ago
Hey there, I'm making a new Discord bot called Lilac2. Lilac2 is a highly modular bot that is the sequel to my first Lilac bot. In Lilac2 you can add
Lilac2
Bash
HahaYes
HahaYes
Wow! This is really cool I'll have to think of some ideas first though2 years ago
HackermonDev
HackermonDev
a bot with everything in it.2 years ago
Bookie0
Bookie0
you could do a game like the Halloween bot (h!trick). or a game like the cactus bot or the cookie bot, where you have to work, make money, and buy upgrades and dominate the leaderboard. maybe a music bot that only plays a certain type of music (rap, classical, hip hop, etc.) or a dad joke bot that says the worst best dad jokes lol bot that gives translations, meanings, synonyms, etc. bot that gives quotes2 years ago
Zavexeon
Zavexeon
shared a Post
3 years ago
Hiya, I've just decided I'd like to participate in the Jam but I don't really have any teammates. I'm wondering if it anyone would like to be my team
k9chelsea2
k9chelsea2
What I reccomend is go to the replit discord server go to bot usage and write ']jammer' you will then have access to the find teammates channel and you can find teamates there3 years ago
Zavexeon
Zavexeon
shared a Post
3 years ago
So I just golfed this. Less is more, am I right?
Zavexeon
Zavexeon
shared a Post
3 years ago
This is one line, but a surprising amount of effort went into this one little line. For those unfamiliar with Code Golf, the goal is to make a progra
99 Bottles
Node.js
m3l0f1
m3l0f1
does this count? 158 bytes for(i=99;i>0;i--)console.log((b=n=>n+" bottle"+(n!=1?"s":"")+" of beer")(i),(c="on the wall")+",",b(i)+".","\nTake one down and pass it around,",b(i-1),c+".") i feel like i'm missing something.3 years ago
pyelias
pyelias
you can take i-- out of the for loop and change i>1?i-1:'no more' to --i||'no more' for 176 chars3 years ago
Zavexeon
Zavexeon
shared a Post
3 years ago
I'm hiding the key to my Firestore database in a .env file, but everytime I reload the page or close and open it later, the contents of the file are g
Zavexeon
Zavexeon
shared a Post
3 years ago
Well, here it is, my trash website. The current version has no blog up yet, I was really busy on getting the styles down. Scalability was a pain. It
zavexeon-old
Node.js
mo2409
mo2409
itz vely noize i loike it3 years ago
s7a7ad
s7a7ad
happy heart! keep going :) .3 years ago
coderash
coderash
Its awesome, i think adding some GIF's would make it feel more alive, or animations 3 years ago
Zavexeon
Zavexeon
shared a Post
3 years ago
I have this line of code: window.scrollTo(0, document.getElementById('about').getBoundingClientRect().top); Basically this should scroll to the div w
zavexeon-old
Node.js
Vandesm14
Vandesm14
What browser are you using? Also, if you want to fix the issue with the "about" section being cut off by the navbar, just add the height of the navbar+padding to the scrollTo function.3 years ago
Zavexeon
Zavexeon
shared a Post
3 years ago
I have nodejs repl with a frontend. The backend is powered by Koa. I have a domain from name.com that I have linked to the repl using cname. However,
Zavexeon
Zavexeon
shared a Post
3 years ago
Disclaimer: Possibly insecure. @TheDrone7 has put efforts into securing the backend code but it's still wise to take this with a grain of salt. doly
dolya.me
Node.js
HahaYes
HahaYes
this is awesome3 years ago
Zavexeon
Zavexeon
shared a Post
3 years ago
What's this? A tutorial, on making tutorials? This is some meta-level stuff right here. Anyways, lets cut to the chase: first, what exactly makes a
Rosalie7
Rosalie7
document Signature for online submission of documents is the biggest requirement for students these days for applying for universities. For that matter it is good to search for signnow.com/ask/understanding-amended-tax-returns-and-electronic-signatures which will make you understand things better. After using this it gets unnecessary to go somehwere else.7 months ago
TerryBrown
TerryBrown
Have you been searching for somebody who can write an essay? I am a freelance writer and can help you with this problem. Just write to me and ask for help. https://mid-terms.com/marketing-plan-writing-service/ 1 year ago
MrBlack11
MrBlack11
I believe this discussion is very favorable for those who help write a term paper for learners.2 years ago
Zavexeon
Zavexeon
shared a Post
3 years ago
Hey there, so, I've had an obsession with writing routers recently. Started writing a new one, kingpin, but I'm unhappy with the backend. I'm doing a
kingpin (router)
Node.js
Zavexeon
Zavexeon
shared a Post
3 years ago
As a quick little side thingy, I made a webpage that quotes a random quote. So far it only has three. Any suggestions? Also, please include the author
LittleNomster
LittleNomster
“When life gives you lemons, don’t make lemonade. Make life take the lemons back! Get mad! I don’t want your damn lemons, what the hell am I supposed to do with these? Demand to see life’s manager! Make life rue the day it thought it could give Cave Johnson lemons! Do you know who I am? I’m the man who’s gonna burn your house down! With the lemons! I’m gonna get my engineers to invent a combustible lemon that burns your house down!” — Cave Johnson, founder and CEO of Aperture Science, in Portal3 years ago
KellerWorthen
KellerWorthen
"Do or do not, there is no try" -Yoda3 years ago
LeviHarrison
LeviHarrison
"Do what you can't" - Casey Neistat3 years ago
Zavexeon
Zavexeon
shared a Post
3 years ago
Does repl.it support Javascript ES6's import/export syntax? For example, I'll have this line: import module from './module.js', but it'll give me a Sy
pegasusroe
pegasusroe
Actually, you CAN import ES modules from other replit files, but you have to somehow figure out what its real URL is before using it. Here is my demo.2 years ago
amasad
amasad
It's mostly so that repl.it is not "magical." Basically anything that you write on the site should work locally. Once we start precompiling your code then we're making it a bit too magical. However, If that's something that's important we can make it work.3 years ago
Zavexeon
Zavexeon
shared a Post
3 years ago
This is a router I built for node.js. If you want to use it, feel free to fork the repl. Here are instructions for it's use. 1.) Initialize the rout
nodeRouter
Node.js
WindowsXP1
WindowsXP1
hmm, interesting...3 years ago
hg0428
hg0428
what the image for? 3 years ago
Zavexeon
Zavexeon
shared a Post
3 years ago
If it is not obvious, repl.it has a severe lack of moderation. The repl.it talk boards are full of trolls and spammers and that quite frankly hurts th
LaneMartin
LaneMartin
I wish I could work for them but I'm only 11 years old and I'm a middle school kid with tons of homework every night LOL XD.2 years ago
NityeshAgarwal
NityeshAgarwal
Although I have been using repl.it for a few months now, I only recently checked out their community pages on repl.it talk. And this is something that I have observed myself. Apart from this, I have also noticed how an extremely large majority of the posts on the share board are about people building some game. Is there some correlation? Nevertheless, I think repl.it talk could be a lot more interesting if there was more diversity in the projects that people are sharing.3 years ago
Zavexeon
Zavexeon
shared a Post
3 years ago
I was experimenting with making routers, and I made this absurdly simple one. How to use: 1.) Create a file called router.js and add this code to it
TheDrone7
TheDrone7
Super simple, and super nice.3 years ago