Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality✓ Free Actions
Free to watch • No registration required • HD streaming
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality✓ Free Actions
Free to watch • No registration required • HD streaming
preview & code / active preview
inspired by mac os, all sections are draggable! (more info below the cut)
features:
made to match my seafoam theme
header that matches seafoam, includes day/night toggle, follow button, an updates tab, search bar, & scroll to top
chat section for quotes, testimonials, or an faq/etc.
projects with adjustable percentages & a list section for to-do’s or rules/etc.
main section with an image, blog url/title, 4 info stats, links/blogs/socials, a description, and likes/dislikes
customizable: colors & color gradient, border radius, body font, title font, & font size
responsive design
i’ve provided a customization guide below the cut but everything you need to know about editing this page is written in the code
terms:
reblog if using
do not touch the credit
view all terms
credits listed in the code / credits page
please consider supporting me ♡
notes on draggables
all sections are draggable but the main section will automatically revert to it’s original position
refresh the page to make all sections revert to their original positions
the chat and projects sections can be grabbed from anywhere, the main section can only be grabbed by the header
by default, if there’s any overlap, the main section will appear above the chat & projects sections
each section will automatically come forward above the others when they’re dragged over another section (this is kind of hard to explain but if you drag the sections around you’ll see what i mean lol)
CUSTOMIZATION GUIDE
header
the header is designed the same as the one in seafoam, if you don’t want the updates tab delete the entire section between the following lines:
<!--- UPDATES TAB STARTS --->
....
....
<!--- UPDATES TAB ENDS --->
main section
the formats for the main sections are shown below, bolded/capitalized text indicates what you can change
    <div class="qhname">
        <img src="IMAGEURL"><b>CHAT TITLE</b>
    </div>
chats: search ‘edit here: chats’
chats from other people:
    <div class="p2-wrap">
      <b>CHATTER NAME</b>
      <div class="p2">
        <a href="https://CHATTERURL.tumblr.com"><img src="https://api.tumblr.com/v2/blog/CHATTERURL.tumblr.com/avatar"></a>
        <div class="p2-text">
          <span>TEXT HERE</span>
          <div class="blurb"></div>
        </div>
      </div>
    </div>
chats from yourself:
    <div class="p1-wrap">
      <b>YOUR NAME</b>
      <div class="p1">
        <div class="p1-text">
          <span>TEXT HERE</span>
          <div class="blurb"></div>
        </div>
        <a href="/"><img src="{PortraitURL-128}"></a>
      </div>
    </div>
you can add as many chats as you want! it will scroll if it gets too long
projects section
the formats for projects sections are shown below, bolded/capitalized text indicates what you can change
the projects will not scroll
the to do list will scroll if it gets too long
projects: search ‘edit here: projects’
    <div class="project">
      <div class="project-title"><b>PROJECT NAME</b> <i>PROJECT PERCENTAGE</i></div>
      <div class="projectline"><div class="progressline" style="width:PROJECT PERCENTAGE"></div></div>
    </div>
replace the project percentage with a number followed by %, ex. 50%
JUNIE | members page by sage
preview & code / preview 2
features:
members/character page made to go with teyana and tangerine
header with icon, page title, & links
sidebar with an image, description, stats, statuses, & links
3 sections for admins, staff, & members (more below the cut)
customizable google font, title font, font size, border radius, & color gradient with 3 color stops
optional glow effect & responsive design
credits:
credits page
all credits listed in the code
terms:
reblog if using
do not repost or redistribute as your own
do not touch or remove the credit
please consider supporting me!
admins section
250px x 250px image, it will automatically crop to fit
name and more info button
menu with title, description & links
staff section
200px x 200px image, it will automatically crop to fit
name and more info button
menu with title, description & links
members section
defaults to 64px x 64px, it will automatically crop to fit
link with name and subtitle
admins / staff format
the basic format for these two sections is the same, things you can edit are bolded:
    <!-- admin -->
    <div class="admin">
      <div class="adminimg"><img src="imgurl">
      </div>
      <div class="adminname">
        <div class="name">admin name</div>
        <div class="dropdown"><a title="more info" href="#" class="cthrough"><i class="ph-info"></i></a>
          <div class="sub">
            <div id="subtitle">@name</div>
            <div id="text">this is a description, put whatever you want here!</div>
            <div id="sublinks">
            <a title="link" href="/"><i class="ph-user-fill"></i></a>
            <a title="link" href="/"><i class="ph-heart-fill"></i></a>
            </div><!-- #sublinks -->
          </div><!-- .sub -->
        </div><!-- .dropdown -->
      </div><!-- .adminname -->
    </div><!-- .admin -->