-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpaper.html
More file actions
124 lines (98 loc) · 4.98 KB
/
Copy pathpaper.html
File metadata and controls
124 lines (98 loc) · 4.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Fee</title>
<meta content="" name="description" />
<meta content="" name="keywords" />
<!-- Favicons -->
<link href="assets/img/unila.png" rel="icon" />
<link href=assets/img/unila.png rel="apple-touch-icon" />
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800"
rel="stylesheet" />
<!-- CDN Vendor -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/glightbox/dist/css/glightbox.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<!-- CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
<!-- kita keren sampe 51-->
</head>
<body>
<header id="header" class="d-flex align-items-center">
<div class="container-fluid container-xxl d-flex align-items-center">
<div id="logo" class="me-auto">
<h1>
<a href="index.html"><img src="assets/img/iicis.png" /></a>
</h1>
</div>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto active" href="index.html">Home</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<section id="faq">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Selected Paper will be Published</h2>
</div>
<div class="container-paper">
<ul>
<li> <h6>1. Jurnal Bina Praja Kemendagri (SINTA 2)</h4></li>
<li> <h6>2. Jurnal Matra Pembaruan Kemendagri (SINTA 3)</h6></li>
<li> <h6>3. Jurnal Administraion FISIP UNILA (SINTA 4)</h6></li>
<li> <h6>4. Jurnal Metakom FISIP UNILA (SINTA 5)</h6></li>
<li> <h6>5. Jurnal Ilmiah Ilmu Sosial dan Budaya (SINTA 5)</h6></li>
<li> <h6>6. Jurnal Jaringan APSSI</h6></li>
<li> <h6>7. Indexed Proceeding (Web of Science/Scopus)</h6></li>
</ul>
</div>
</section>
<!-- Call for papers -->
<section id="call-paper">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Call For Papers</h2>
</div>
<div class="container-call-paper ">
<div class="row">
<div id="coloumn" class="col">
<ul>
<li><h6>The Interest Struggle of Marginalized Group</h6></li>
<li><h6>Identify and Violence in Politics (Global and Local)</h6></li>
<li><h6>Gender and The Interest of Development</h6></li>
<li><h6>The Interest Dynamics of Industry and Workers</h6></li>
</ul>
</div>
<div class="col">
<li><h6>Global Government and Sustainable Development</h6></li>
<li><h6>Contemporary Media and Digital Communication</h6></li>
<li><h6>Bussiness and Entrepreneurship</h6></li>
<li><h6>Social Movement and government Resistance in Any Social Issues</h6></li>
</div>
</div>
</section>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/mcstudios/glightbox/dist/js/glightbox.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"
integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js"
integrity="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V"
crossorigin="anonymous"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>