|
6 | 6 | <title>Submissions</title>
|
7 | 7 | <link rel="stylesheet" href="submission.css">
|
8 | 8 | <!-- <link rel="stylesheet" href="style.css"> -->
|
9 |
| - |
10 |
| - <link rel="icon" href="assets/favicon.ico" type="image/x-icon"> |
11 |
| - <link rel="preconnect" href="https://fonts.googleapis.com" /> |
12 |
| - <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
13 |
| - <link |
14 |
| - href="https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@1,700&display=swap" |
15 |
| - rel="stylesheet" |
16 |
| - /> |
17 |
| - <link |
18 |
| - rel="stylesheet" |
19 |
| - href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" |
20 |
| - /> |
21 |
| - <link |
22 |
| - rel="stylesheet" |
23 |
| - href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" |
24 |
| - integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" |
25 |
| - crossorigin="anonymous" |
26 |
| - referrerpolicy="no-referrer" |
27 |
| - /> |
28 |
| - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" |
29 |
| - |
30 | 9 | <link rel="preconnect" href="https://fonts.googleapis.com">
|
31 |
| - <link rel="icon" href="assets/favicon.ico" type="image/x-icon"> |
32 | 10 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
33 | 11 | <link href="https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@1,700&display=swap" rel="stylesheet">
|
34 | 12 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
|
35 | 13 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
36 | 14 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
|
37 |
| - |
38 | 15 | />
|
39 | 16 | </head>
|
40 | 17 | <body>
|
|
47 | 24 | <i class="fa fa-times" onclick="hideMenu()"></i>
|
48 | 25 | <ul>
|
49 | 26 |
|
50 |
| - bug-fixing |
51 |
| - <li><a href="index.html" target="_blank">HOME</a></li> |
52 |
| - <li><a href="about.html" target="_blank">ABOUT</a></li> |
53 |
| - <li><a href="submission.html" target="_blank">SUBMIT</a></li> |
54 |
| - <li><a href="issue.html" target="_blank">ISSUE</a></li> |
55 |
| - <li><a href="masthead.html" target="_blank">MASTHEAD</a></li> |
56 |
| - <li><a href="faq.html" target="_blank">FAQ</a></li> |
57 |
| - |
58 | 27 | <li><a href="index.html">HOME</a></li>
|
59 | 28 | <li><a href="about.html">ABOUT</a></li>
|
60 | 29 | <li><a href="submission.html">SUBMIT</a></li>
|
61 | 30 | <li><a href="issue.html">ISSUE</a></li>
|
62 | 31 | <li><a href="masthead.html">MASTHEAD</a></li>
|
63 | 32 | <li><a href="open-source.html">Open Source</a></li>
|
64 |
| -main |
65 | 33 |
|
66 | 34 | </ul>
|
67 | 35 | </div>
|
|
0 commit comments