<!doctype html>
<html lang="en">
<meta charset="utf-8" />
<title>CC.CC : One name for your link and email.</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Claim your link and email with just one name.">
<meta name="keywords" content="cc.cc, claim your name, custom link, short link, email alias, email forwarding, digital identity, one link bio, vanity url, branded url, personal brand, link in bio, create your link, professional email, own your link">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<meta name="format-detection" content="telephone=no,email=no,address=no">
<meta name="google" content="notranslate">

<meta name="robots" content="noindex">

<meta property="og:url" content="https://cc.cc" />
<meta property="og:type" content="article" />
<meta property="og:title" content="CC.CC : One name for your link and email." />
<meta property="og:image" content="https://short-img1.cc.cc/img/cccc_logo.png" />
<meta property="og:image:type" content="image/">
<meta property="og:description" content="Claim your link and email with just one name." />
<meta property="og:image:secure_url" content="" />

<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="" />
<meta name="twitter:title" content="CC.CC : One name for your link and email." />
<meta name="twitter:description" content="Claim your link and email with just one name." />
<meta name="twitter:image" content="https://short-img1.cc.cc/img/cccc_logo_twitter.png" />
<meta name="twitter:image:alt" content="CC.CC : One name for your link and email." />
<meta name="twitter:url" content="https://cc.cc" />


<!-- App favicon -->
<link rel="shortcut icon" href="https://short-img1.cc.cc/img/favicon.ico">
<script src="https://short-img1.cc.cc/js/jquery.min.js"></script>
<!-- Icons Css -->


<!-- Bootstrap Css -->
<link href="https://short-img1.cc.cc/css/bootstrap.min.css" id="bootstrap-style" rel="stylesheet" type="text/css" />

<!-- App Css 2025-08-20-->
<link href="https://short-img1.cc.cc/css/app.min.css" id="app-style" rel="stylesheet" type="text/css">

<!--Custom Css-->

<!-- 모바일에서 상단 줄 생기는 현상 방지-->
<style>
@media (max-width: 767px) {
  .shape svg {
    margin-bottom: -2px;
  }
}
</style>



<style>
body {
        background-color: #fff;
        color: #333;
}

.main-box {
        max-width: 480px;
        margin: 0 auto;
        padding: 3rem 1rem;
        text-align: center;
}

.title {
        font-weight: 700;
        font-size: 1.5rem;
        letter-spacing: 1px;
        color: var(--bs-primary) !important;
        margin-bottom: 1.2rem;
}


.examples {
        font-weight:bold;
        color: var(--bs-primary) !important;
        margin: 2rem 0 1.5rem;
}

</style>
</head>
<body>

<div class="main-box">
        <div class="h5 mt-3 mb-3">The name <span class='text-primary'>splib.cc.cc</span> is currently available.</div>
        <div>Claim it now before someone else does!</div>

        <div class="examples">
                splib@cc.cc<br>
                splib.cc.cc
        </div>

        <br>
        <div>
                <a href="https://cc.cc" class="btn btn-primary rounded-pill">Register this name for free</a>
        </div>

        <div class='text-center mt-3' style='text-decoration:underline'>
                <a href='javascript:void(0)' onClick='openExplorePopup()'>
                        Explore other profiles                </a>
        </div>
</div>



<style>

/* 딤처리 오버레이 */
.popup-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 15;
	display: none;
}

/* 팝업 레이어 */
.offcanvas-static {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	max-width: 600px;
	background: #fff;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.15);
	z-index: 16;
	display: none;
}

.popup-header-line {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0.5rem 1rem 0.25rem;
	background-color: #f8f9fa;
	/* 상단 배경색 */
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.popup-address {
	font-size: 1.1rem;
	font-weight: 600;
	color: #4a4a4a;
}

.popup-close {
	position: absolute;
	right: 12px;
	top: 6px;
	transform: scale(0.8);
}

.popup-body {
	text-align: center;
	padding: 0.25rem 1rem 1rem;
}

.popup-desc {
	font-size: 0.875rem;
	color: #6c757d;
	margin-bottom: 0.75rem;
}

.popup-btn-sm {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	font-size: 0.875rem;
        width: 100%;
}


.explore-slider{
    position:relative;
}

/* 가로 슬라이더 */
.explore-image-list{
    display:grid;
    grid-auto-flow:column;          /* 가로 방향으로 쌓기 */
    grid-template-rows:repeat(2, auto); /* 2줄 */
    gap:15px 22px;                 /* 세로 / 가로 간격 */
    overflow-x:auto;
    padding:20px 15px 35px;
}

.explore-image-list::-webkit-scrollbar{
    display:none;
}

.explore-item{
    width:100px;
    text-align:center;
}

/* 카드 */

.explore-item{
    flex:0 0 auto;
    width:100px;
    text-align:center;
    scroll-snap-align:start;
}

/* 원형 이미지 */

.explore-thumb-wrap{
    display:block;
    width:100px;
    height:100px;
    border-radius:50%;
    overflow:hidden;
    margin:0 auto;
}

.explore-thumb{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* 텍스트 */

.explore-title,
.explore-user{
    width:100%;
}


.explore-title a
{
    font-size:10pt;
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-weight:bold;
}

.explore-user a{
    font-size:11px;
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}


/* 화살표 */

.explore-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:34px;
    height:34px;
    border:none;
    border-radius:50%;
    background:rgba(0,0,0,0.55);
    color:#fff;
    font-size:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.explore-left{
    left:0;
}

.explore-right{
    right:0;
}

.popup-header-explore{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
</style>

<div class="popup-overlay" id="exploreOverlay" onclick="closeExplorePopup()"></div>
<!-- 하단 고정 팝업 -->
<div class="offcanvas-static" id="explorePopup">
        <div class="popup-header-explore">
                <span class='mt-3 ms-3 fw-bold'>Explore other profiles</span>
                <button type="button" class="btn-close popup-close" onclick="closeExplorePopup()" aria-label="Close"></button>
        </div>

	<div class="popup-body">


                <div class="explore-slider">

                        <!-- 좌 화살표 -->
                        <button class="explore-arrow explore-left d-none d-md-flex"
                            onclick="scrollExplore(-1)">
                        ‹
                        </button>

                        <!-- 이미지 리스트 -->
                        <div id="exploreImageList" class="explore-image-list">
                        <!-- AJAX 이미지 들어오는 영역 -->
                        </div>

                        <!-- 우 화살표 -->
                        <button class="explore-arrow explore-right d-none d-md-flex"
                            onclick="scrollExplore(1)">
                        ›
                        </button>

                </div>


	</div>
</div>



<script>



function scrollExplore(dir){

    var el = document.getElementById("exploreImageList");

    el.scrollBy({
        left: dir * 300,
        behavior: "smooth"
    });

}

function loadExploreImages(){
    $.ajax({
        url:"/short_code/explore_short_code_list.php?t=" + new Date().getTime(),
        success:function(res){

                $("#exploreImageList").html(res);
                $("#exploreImageList").scrollLeft(0);
        }
    });

}

function openExplorePopup() {
        // Offcanvas 닫기
        loadExploreImages();
        $("#exploreOverlay").show();
        $("#explorePopup").show();
}

function closeExplorePopup() {
        $("#exploreOverlay").hide();
        $("#explorePopup").hide();
}
</script>


</body>
</html>

<script>
var baseUrl = location.origin;
history.replaceState(null, '', baseUrl);
</script>

