-
Posts
13 -
Joined
-
Last visited
Personal Information
- Website
-
Location
Portland, Maine
Recent Profile Visitors
288 profile views
emlewis's Achievements
-
paul2009 reacted to a post in a topic: Resources for building on client base
-
Resources for building on client base
emlewis replied to emlewis's topic in Online Sellers's Club Discussion
Thank you so much! I'll definitely check it out- 2 replies
-
- advertising
-
(and 3 more)
Tagged with:
-
emlewis started following Resources for building on client base
-
Hello fellow designers. Apologies if this question is over-asked or not the appropriate place to post, but I’m looking to build up my client base and am looking for tips. Where are some of the places people have had the most success in finding new clients? I’ve been working with a variety of small businesses so far and have found a nice little niche with female entrepreneurs but I'm open to all kinds of clients. I’m not sure if freelance sites like Fiverr or Upwork are a direction I want to go in. Other than the more obvious of in-person networking, posting on my social media pages, referrals from people I know, etc. I’m curious about any specific resources. Maybe particular groups on LinkedIn, Facebook, or job board kinds of resources for web designers and developers? Or other ideas? Thanks!
- 2 replies
-
- advertising
-
(and 3 more)
Tagged with:
-
emlewis changed their profile photo
-
CassAggett reacted to a post in a topic: Adding logo into footer
-
emlewis started following CassAggett
-
Yes that was it! Thank you so much for the help. Much appreciated 🙂
-
I'm trying to add my logo (png file) into the footer but the image is greyed out in the background. I'm able to add the png file anywhere else just fine throughout the website and in the header but it's not displaying as transparent in the footer. Any advice? Thanks!
-
Ziggy reacted to a post in a topic: Adding specific font to one line of text without affecting the rest of the site?
-
Creating flip effect on photos to reveal text on back?
emlewis replied to emlewis's topic in Customize with code
That's okay! I had asked about doing it in Fluid Engine so that was the right answer and now I'll know for next time! -
Creating flip effect on photos to reveal text on back?
emlewis replied to emlewis's topic in Customize with code
Oh yeah I didn't with Fluid Engine, I just added in a section using the classic editor! -
Creating flip effect on photos to reveal text on back?
emlewis replied to emlewis's topic in Customize with code
We haven't made the website public yet but I definitely can once we do! I ended up using the code from this article though: https://www.will-myers.com/articles/image-block-flip-effect-for-poster-images-in-squarespace -
Ziggy reacted to a post in a topic: Creating flip effect on photos to reveal text on back?
-
Creating flip effect on photos to reveal text on back?
emlewis replied to emlewis's topic in Customize with code
Thanks for the reply to this too! I actually figured it out yesterday and they look really cool 🙂 Thanks! -
Thanks for the reply! The code works great and I'm able to change to some common fonts (arial, times, geneva, etc.) but it seems very limited what fonts I'm able to use. My client wants to try out Suave Script Pro and some others which are available on Squarespace. Any ideas? Do I need to upload any fonts I want to use in this small section even if they're available on Squarespace?
-
Creating flip effect on photos to reveal text on back?
emlewis posted a topic in Customize with code
I'm trying to create a flip effect on four photos so when you hover over them or click on them it will flip around to some text on the "back." I'm able to see some videos on Youtube for this but I'm so far not seeing anything with how to do this using Fluid Engine, only on the classic editor setting them as poster images. Does anyone have any thoughts on how to do this using Fluid Engine (I'm guessing this will entail needing some JavaScript either way?). Thanks! -
I'm trying to change just one line of text to its own font. I was able to do this with a markdown block and using the code below but the issue I'm facing is it seems like I'm only to change it to a smaller selection of fonts than there is available on Squarespace. We need to try out "Suave Script Pro" and generally try out a bunch of different fonts. Thanks so much! <span style= "font-family: cursive; font-size:.5em; color: black; display: flex; justify-content: center">(example text here)</span>