SettingsDoneForNow

This commit is contained in:
2024-09-19 10:49:36 +02:00
parent d68ed9d5c5
commit d53db46cf9
4 changed files with 278 additions and 124 deletions

View File

@ -15,7 +15,7 @@
<!-- Bejegyzés létrehozás kártya -->
<div class="create-post-card">
<div class="profile-section">
<img src="../images/profile.jpg" alt="Profile" class="profile-img" />
<img src="../profile_example.png" alt="Profile" class="profile-img" />
<input type="text" placeholder="Mit szeretnél megosztani?" id="postInput" />
</div>
<div class="input-container">
@ -47,7 +47,7 @@
<div class="card-container">
<div class="card">
<div class="card-header">
<img src="../images/profile.jpg" alt="Profile" class="card-profile-img" />
<img src="../profile_example.png" alt="Profile" class="card-profile-img" />
<div class="card-user-info">
<h2>Áron</h2>
<p>2 órája</p>

View File

@ -80,68 +80,68 @@
</div>
</div>
<!-- MÉGTÖBB Példa bejegyzés kártya -->
<div class="card-container">
<div class="card">
<div class="card-header">
<img src="../profile_example.png" alt="Profile" class="card-profile-img" />
<div class="card-user-info">
<h2>Áron</h2>
<p>2 órája</p>
</div>
</div>
<p>Ez egy példa szöveg a kártyán belül.</p>
<div class="post-actions">
<button class="like-btn" onclick="toggleLike(this)">
<i class="bx bx-like"></i> Like
</button>
<button class="comment-btn">
<i class="bx bx-comment"></i> Komment
</button>
</div>
</div>
</div>
<div class="card-container">
<div class="card">
<div class="card-header">
<img src="../profile_example.png" alt="Profile" class="card-profile-img" />
<div class="card-user-info">
<h2>Áron</h2>
<p>2 órája</p>
</div>
</div>
<p>Ez egy példa szöveg a kártyán belül.</p>
<div class="post-actions">
<button class="like-btn" onclick="toggleLike(this)">
<i class="bx bx-like"></i> Like
</button>
<button class="comment-btn">
<i class="bx bx-comment"></i> Komment
</button>
</div>
</div>
</div>
<div class="card-container">
<div class="card">
<div class="card-header">
<img src="../profile_example.png" alt="Profile" class="card-profile-img" />
<div class="card-user-info">
<h2>Áron</h2>
<p>2 órája</p>
</div>
</div>
<p>Ez egy példa szöveg a kártyán belül.</p>
<div class="post-actions">
<button class="like-btn" onclick="toggleLike(this)">
<i class="bx bx-like"></i> Like
</button>
<button class="comment-btn">
<i class="bx bx-comment"></i> Komment
</button>
</div>
</div>
</div>
<!-- MORE ELEMENTS FOR TEST -->
<div class="card-container">
<div class="card">
<div class="card-header">
<img src="../profile_example.png" alt="Profile" class="card-profile-img" />
<div class="card-user-info">
<h2>Áron</h2>
<p>2 órája</p>
</div>
</div>
<p>Ez egy példa szöveg a kártyán belül.</p>
<div class="post-actions">
<button class="like-btn" onclick="toggleLike(this)">
<i class="bx bx-like"></i> Like
</button>
<button class="comment-btn">
<i class="bx bx-comment"></i> Komment
</button>
</div>
</div>
</div>
<div class="card-container">
<div class="card">
<div class="card-header">
<img src="../profile_example.png" alt="Profile" class="card-profile-img" />
<div class="card-user-info">
<h2>Áron</h2>
<p>2 órája</p>
</div>
</div>
<p>Ez egy példa szöveg a kártyán belül.</p>
<div class="post-actions">
<button class="like-btn" onclick="toggleLike(this)">
<i class="bx bx-like"></i> Like
</button>
<button class="comment-btn">
<i class="bx bx-comment"></i> Komment
</button>
</div>
</div>
</div>
<div class="card-container">
<div class="card">
<div class="card-header">
<img src="../profile_example.png" alt="Profile" class="card-profile-img" />
<div class="card-user-info">
<h2>Áron</h2>
<p>2 órája</p>
</div>
</div>
<p>Ez egy példa szöveg a kártyán belül.</p>
<div class="post-actions">
<button class="like-btn" onclick="toggleLike(this)">
<i class="bx bx-like"></i> Like
</button>
<button class="comment-btn">
<i class="bx bx-comment"></i> Komment
</button>
</div>
</div>
</div>
<!-- END OF MORE ELEMENTS FOR TEST -->
<script src="../js/navbar.js"></script> <!-- Oldalsáv JS -->
<script src="../js/profile.js"></script> <!-- Profil oldal JS -->
</body>

View File

@ -5,45 +5,57 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Papp Áron</title>
<link rel="stylesheet" href="../css/navbar.css" />
<link rel="stylesheet" href="../css/navbar.css" />
<link rel="stylesheet" href="../css/settings.css" />
<link href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css" rel="stylesheet"/>
<script src="../js/navbar.js"></script>
</head>
<body>
<div id="navbar-container"></div>
<section class="home">
<section class="home">
<div class="settings-container">
<!-- Zene beállítások kártya -->
<div class="settings-container">
<!-- Zene beállítások kártya -->
<section class="settings-card">
<h2>Zene Beállítások</h2>
<label class="mini-label" for="youtube-id">YouTube Videó ID:</label>
<input type="text" id="youtube-id" placeholder="Illessz be egy YouTube Videó ID-t..." />
<div id="video-container">
<iframe id="youtubePlayer" width="280" height="157" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="loop-switch">
<input type="checkbox" id="loop-toggle" />
<label class="mini-label" for="loop-toggle">Ismétlés </label>
</div>
<div class="button-container">
<button class="settings-button" id="reset-music">Törlés</button>
<button class="settings-button" id="save-music">Mentés</button>
</div>
</section>
<!-- Profil beállítások kártya -->
<section class="settings-card">
<h2>Profil Beállítások</h2>
</section>
<section class="settings-card">
<h2>Beállítások</h2>
</section>
</div>
</section>
<script src="../js/settings.js"></script>
<section class="settings-card">
<h2>Zene Beállítások</h2>
<label class="mini-label" for="youtube-id">YouTube Videó ID:</label>
<input type="text" id="youtube-id" placeholder="Illessz be egy YouTube Videó ID-t..." />
<div id="video-container">
<iframe id="youtubePlayer" width="280" height="157" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="loop-switch">
<input type="checkbox" id="loop-toggle" />
<label class="mini-label" for="loop-toggle">Ismétlés </label>
</div>
<div class="button-container">
<button class="settings-button" id="reset-music">Törlés</button>
<button class="settings-button" id="save-music">Mentés</button>
</div>
</section>
<!-- Profil beállítások kártya -->
<section class="settings-card">
<h2>Profil Beállítások</h2>
<label class="mini-label" for="profile-description">Profil Leírás:</label>
<textarea id="profile-description" placeholder="Add meg a profil leírását..."></textarea>
<div class="button-container">
<button class="settings-button" id="save-profile">Mentés</button>
</div>
</section>
<!-- Beállítások kártya -->
<section class="settings-card">
<h2>Beállítások</h2>
<label class="mini-label" for="content-filter">Felnőtt tartalmak szűrése:</label>
<label class="rocker rocker-small">
<input type="checkbox" id="content-filter">
<span class="switch-left">SFW</span>
<span class="switch-right">NSFW</span>
</label>
</section>
</div>
</section>
<script src="../js/settings.js"></script>
</body>
</html>