You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.9 KiB
HTML

{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Osina</title>
<link rel="stylesheet" type="text/css" href='{% static "dist/output.css" %}'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body class="font-poppinsLight">
<p class="text-xl text-secondosiblue text-center mt-3"><span class="font-poppinsBold">10</span> Reactions</p>
<!-- ALL REACTIONS CONTAINER -->
<div class="w-full flex flex-col gap-5 mt-5">
<!-- Reaction 1 -->
<div class="w-full flex items-center gap-3">
<div class="flex gap-1 items-center">
<p class="text-xs text-secondosiblue">8</p>
<p>&#x1F604;</p>
</div>
<div class="flex flex-col text-sm max-h-[50px] overflow-y-auto text-secondosiblue reactionDetails px-3">
<p>Salim Elliye</p>
<p>Nataly Abi Wajeh</p>
<p>Diana Abi Wajeh</p>
<p>Roy Hawa</p>
<p>Salim Elliye</p>
<p>Nataly Abi Wajeh</p>
<p>Diana Abi Wajeh</p>
<p>Roy Hawa</p>
</div>
</div>
<!-- Reaction 2 -->
<div class="w-full flex items-center gap-3">
<div class="flex gap-1 items-center">
<p class="text-xs text-secondosiblue">2</p>
<p>&#x1F60D;</p>
</div>
<div class="flex flex-col text-sm max-h-[50px] overflow-y-auto text-secondosiblue reactionDetails px-3">
<p>Salim Elliye</p>
<p>Nataly Abi Wajeh</p>
</div>
</div>
</div>
</body>
</html>