#Copy a Website Design
Explore tagged Tumblr posts
sporadic-og-loki · 1 year ago
Text
Tumblr media
xiōngdi (loki and thor sketch) by 小箭雀 on pixiv
31 notes · View notes
sugarbear2001 · 7 months ago
Text
MaryKateandAshley.com circa 2005
Tumblr media
5 notes · View notes
elbiotipo · 2 years ago
Text
I also had lots of dumb fun changing the evil clown into some stupid png. Tumblr tries to turn into twitter or tiktok, An App, essentially, but I think instead it should embrace its blogging roots and the whole kind of geocities vibe. I come here to shitpost, sure, but I also like to write and read long posts, like a blog, this is why I came here for and this is I don't leave: I hate the whole 10 second videos or 140 character post thing the rest of the internet is going for. You know what that means? I spend more time here, because THERE'S STUFF TO READ instead of watching five seconds of bullshit.
What I mean here is, remember custom blogs and themes, like mini-websites? (I still have that) Well, keep that AND allow us to customize the dashboard. Let me change the background to Messi lifting the world cup, let me put a gif of that girl from Dragon Half dancing somewhere instead of that clown, let me play music, let me change the font or the cursor and what my dashboard shows, give me all the stupid options, DON'T FORCE THE STUPID OPTIONS ON ME, but give them to me, that sort of stuff. Instead of removing the icons, make them bigger. Hell, even allow forum signatures (can be hidden if they get too obnoxious)
If I wanted twitter, I would go to twitter, or I would go elsewhere, every website is the same nowdays. Let me have my "blorbos" on "my dash", if you understand what I mean.
hey @staff you listening? I'm giving you ideas.
23 notes · View notes
happywebdesign · 1 year ago
Text
Tumblr media
That Thing
8 notes · View notes
mortiscausa · 2 years ago
Text
lol at tumblr being like 'we're doing this to make it easier for small creators' and then introducing a bunch of changes that will boost stuff that's already popular while making it harder for smaller creators to be found. you've really hit it out the park guys!
24 notes · View notes
an-absolute-nightmare · 1 year ago
Text
hi. so im trying to help make this website more accessible, by trying to add a screen reader, a dark/light mode toggle, and a font size changer. why i, a person with no computer background or interest is doing this, is a question i have asked myself and have no answer to, but i would prefer that this were done. could someone please guide me in this?
(if you can't pls signal boost anyways so that it might appear on the dash of someone who can, bc id rather this was done asap. thanks:3)
3 notes · View notes
shopifyexperts247 · 1 year ago
Text
I will design, redesign shopify store, shopify dropshipping store, shopify website
Tumblr media
Are you looking for a Shopify expert to create a highly profitable Shopify dropshipping store that generates Good revenue?
Look No Further, I will help you
As a Shopify expert with a track record of building successful online businesses, I will assist you in making your dreams a reality.
I am a professional Shopify designer with years of experience. I specialize in design redesign, custom, responsive, visually stunning, high-converting Shopify dropshipping stores / websites that are tailored to your specific business needs and generate significant revenue.
What I Will Provide:
Shopify Store Build and Customization With Premium Theme
Shopify Website Development
SEO Optimization
Responsive Design
App Integration
Payment Gateway Setup
Live Chat Integration
Why Should You Hire Me:
Visually appealing and user-friendly Shopify store design that reflects your brand and engages your audience.
Custom Shopify development to meet your specific needs, from integrating third-party apps to building custom plugins.
Be smart and make smart decisions! Place an order today and enjoy premium services.
Check it out here
2 notes · View notes
adelle-ein · 2 years ago
Text
if ribblr has 1 hater i am that hater
7 notes · View notes
niggadiffusion · 3 months ago
Text
AI Tools for Crafting a Creative Brand: A Fresh Perspective
In today’s fast-paced digital world, creative entrepreneurs face the exhilarating task of carving out a brand identity that speaks to their audience. The rise of generative AI tools has turned this process on its head, offering a new kind of innovation that boosts creativity while simplifying brand development. For creative ventures like Majik Ink Creations, these tools aren’t just…
0 notes
anotherdayforchaosfay · 2 months ago
Text
Cybercriminals are abusing Google’s infrastructure, creating emails that appear to come from Google in order to persuade people into handing over their Google account credentials. This attack, first flagged by Nick Johnson, the lead developer of the Ethereum Name Service (ENS), a blockchain equivalent of the popular internet naming convention known as the Domain Name System (DNS). Nick received a very official looking security alert about a subpoena allegedly issued to Google by law enforcement to information contained in Nick’s Google account. A URL in the email pointed Nick to a sites.google.com page that looked like an exact copy of the official Google support portal.
As a computer savvy person, Nick spotted that the official site should have been hosted on accounts.google.com and not sites.google.com. The difference is that anyone with a Google account can create a website on sites.google.com. And that is exactly what the cybercriminals did. Attackers increasingly use Google Sites to host phishing pages because the domain appears trustworthy to most users and can bypass many security filters. One of those filters is DKIM (DomainKeys Identified Mail), an email authentication protocol that allows the sending server to attach a digital signature to an email. If the target clicked either “Upload additional documents” or “View case”, they were redirected to an exact copy of the Google sign-in page designed to steal their login credentials. Your Google credentials are coveted prey, because they give access to core Google services like Gmail, Google Drive, Google Photos, Google Calendar, Google Contacts, Google Maps, Google Play, and YouTube, but also any third-party apps and services you have chosen to log in with your Google account. The signs to recognize this scam are the pages hosted at sites.google.com which should have been support.google.com and accounts.google.com and the sender address in the email header. Although it was signed by accounts.google.com, it was emailed by another address. If a person had all these accounts compromised in one go, this could easily lead to identity theft.
How to avoid scams like this
Don’t follow links in unsolicited emails or on unexpected websites.
Carefully look at the email headers when you receive an unexpected mail.
Verify the legitimacy of such emails through another, independent method.
Don’t use your Google account (or Facebook for that matter) to log in at other sites and services. Instead create an account on the service itself.
Technical details Analyzing the URL used in the attack on Nick, (https://sites.google.com[/]u/17918456/d/1W4M_jFajsC8YKeRJn6tt_b1Ja9Puh6_v/edit) where /u/17918456/ is a user or account identifier and /d/1W4M_jFajsC8YKeRJn6tt_b1Ja9Puh6_v/ identifies the exact page, the /edit part stands out like a sore thumb. DKIM-signed messages keep the signature during replays as long as the body remains unchanged. So if a malicious actor gets access to a previously legitimate DKIM-signed email, they can resend that exact message at any time, and it will still pass authentication. So, what the cybercriminals did was: Set up a Gmail account starting with me@ so the visible email would look as if it was addressed to “me.” Register an OAuth app and set the app name to match the phishing link Grant the OAuth app access to their Google account which triggers a legitimate security warning from [email protected] This alert has a valid DKIM signature, with the content of the phishing email embedded in the body as the app name. Forward the message untouched which keeps the DKIM signature valid. Creating the application containing the entire text of the phishing message for its name, and preparing the landing page and fake login site may seem a lot of work. But once the criminals have completed the initial work, the procedure is easy enough to repeat once a page gets reported, which is not easy on sites.google.com. Nick submitted a bug report to Google about this. Google originally closed the report as ‘Working as Intended,’ but later Google got back to him and said it had reconsidered the matter and it will fix the OAuth bug.
11K notes · View notes
l0stw00d · 8 months ago
Text
mkay i have returned from my 2 hour lie down and i have Opinions about modern web design tutorials real quick
y'all do not trust the user at All. y'all want the most copy-paste, Broadly applicable design. minimalism has seeped into ur soul and you think that any kind of clutter is indicative of bad design. you think having more than 3 colours is bad design. you think every fucking site should follow a square space looking ass "hero / row / row / row / footer" type design and i hope one day u realise that design can be fun actually.
"having multiple ideas in the same section will confuse the user" u are a coward and u will not survive the winter
0 notes
cosmicsproutcake · 2 years ago
Text
no kidding
if I wanted to use Twitter I'd just use Twitter 🙄
A new way to navigate Tumblr
If you use Tumblr on a web browser, you might have noticed us testing a brand new navigation on your dashboard in the last month. Now, after some extensive tweaks, we’ve begun rolling out this new dashboard navigation to everyone using a web browser. Welcome to the new world. It’s very like the old world, just in a different layout.
Why are we doing this? We want it to be as easy as possible for everyone to understand and explore what’s happening on Tumblr—newbies and seasoned travelers alike.
Tumblr media
Labels over icons: When adding something new to Tumblr in the past, we’d simply add a new icon to our navigation with little further explanation. Turns out no one likes to press a button when they don’t know what it does. So now, where there’s space, the navigation includes text labels. Since adding these, we’ve noticed more of you venturing to previously unexplored corners of Tumblr. Intrepid!
What’s already been fixed? Thanks to feedback from folks during the testing phase, we’ve been able to make some improvements right out of the gate. Those include returning settings subpages (Account, Dashboard, etc.) to the right of the settings page instead of having them in an expandable item in the navigation on the left; fixing some issues with messaging windows on smaller screens; and streamlining the Account section to make it easier to get to your blogs.
What’s next? We’re looking into making a collapsible version of this navigation and improving the use of screen space for those of you with enormous screens. We’re also working on improving access to your account and sideblogs.
That’s all for now, folks. For questions and suggestions, contact Support using the “Feedback” category. Please select the “Report a bug or crash” category on the support form for technical issues. And keep an eye out for more updates here on @changes.
27K notes · View notes
svenjaliv · 3 months ago
Text
This feels like a good time to post a reminder about the NaNo-inspired spreadsheet I made, based on the old website:
Tumblr media
It's available here for download - free if you want, any support is appreciated because it means I can keep making trackers and helps with my website costs, but I know times are tough for a lot of us. I've also put it up on Google Sheets here, but it looks a little different because the fancier chart effects aren't supported. You'll have to download it or make a copy to be able to use it. (Please don't ask me for edit access, that won't work. File > Make a copy, and you'll have it on your own Google Drive.)
I also made this in four other designs, available here. They all come with character and plot development sheets, and pages for novel info, chapters, timeline, etc. And there are versions for every month, so we're not confined to November!
Tumblr media Tumblr media Tumblr media
And finally, because I always loved seeing everyone's word counts and accountability really helps me personally, I made a basic spreadsheet that you can use as a group to collectively track word counts or goals. This version's made for up to 8 people. Again you'll have to make a copy in your Drive to use it, and you'll need to give edit access to your whole group as well.
If there's interest, I'll keep making these as well for each new month. I can also expand it or add more columns/features, so feel free to let me know if you're interested and what you'd like to see!
2K notes · View notes
happywebdesign · 2 years ago
Text
Tumblr media
Advance Copy
3 notes · View notes
gmatechnologi · 2 years ago
Text
Crack the Code of Effective PPC Ad Copy : Expert tips for higher Click - Through
Are your PPC ads falling flat, failing to entice potential customers and leaving you scratching your head in frustration? Well, it’s time to crack the code of effective ad copy and skyrocket your click-through rates! In this blog post, we’ve gathered expert tips from industry pros who know exactly how to craft compelling PPC ad copy that grabs attention, hooks readers, and compels them to take action. Get ready for a crash course in writing captivating ads that will have users clicking like never before!
Tumblr media
Introduction: What Is PPC Ad Copy?
PPC ad copy is the text used in your pay-per-click (PPC) advertising campaigns. The quality of your ad copy can make or break your PPC campaign, so it’s important to get it right.
To write effective PPC ad copy, you need to understand what makes a good ad, what your audience is looking for, and how to craft an appealing message that will encourage them to click through to your website. In this article, we’ll share some expert tips on how to write PPC ad copy that converts. Visit More - https://www.gmatechnology.com/crack-the-code-of-effective-ppc-ad-copy-expert-tips-for-higher-click-throughs/
1 note · View note
inconspicuousnpc · 2 years ago
Text
is there a website where people can make custom sim status bars based on how they're feeling so they can share them bc there should be
1 note · View note