Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
115 changes: 115 additions & 0 deletions src/adonisjs/public/player/env/idn.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Narrativa Digital Interativa</title>

<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no" name="viewport">

<link rel="stylesheet" href="/author/css/author.css">

<script src="/lib/axios-0.21.0/axios.min.js"></script>

<script src="/lib/jquery-3-4-1/jquery-3.4.1.slim.min.js"></script>
<script src="/lib/popper-1-15-0/popper.min.js"></script>
<script src="/lib/bootstrap-4.4.1/js/bootstrap.min.js"></script>

<script src="/config/config.js"></script>
<script src="/dccs/infra/bus.js"></script>

<script src="/dccs/base/primitive-dcc.js"></script>
<script src="/dccs/base/scope-dcc.js"></script>
<script src="/dccs/base/dcc.js"></script>
<script src="/dccs/base/dcc-base.js "></script>
<script src="/dccs/base/dcc-visual.js "></script>

<script src="/infra/basic.js"></script>
<script src="/infra/dcc-common-server-proxy.js"></script>
<script src="/infra/dcc-common-server-address.js"></script>
<script src="/infra/simple-page-tasks.js"></script>
<script src="/infra/token-validator.js"></script>
<script src="/infra/conditional-layout.js"></script>

<script src="/dccs/base/dcc-block.js"></script>
<script src="/dccs/components/visual/dcc-button.js"></script>
<script src="/dccs/components/visual/dcc-notice-input.js"></script>

<script src="/dccs/components/web/dcc-rest.js"></script>
<script src="/dccs/components/web/dcc-include.js"></script>
<script src="/dccs/components/web/dcc-dhtml.js"></script>

<script src="/dccs/components/data/dcc-submit.js"></script>
<script src="/dccs/components/data/dcc-model.js"></script>
<script src="/dccs/components/data/dcc-record.js"></script>

<script src="/dccs/base/subscribe-dcc.js"></script>
<script src="/dccs/base/trigger-dcc.js"></script>
<script src="/dccs/base/property-dcc.js"></script>
<script src="/dccs/base/connect-dcc.js"></script>

<script src="/infra/dcc-rest-proxy.js"></script>
<script src="/infra/dcc-basic.js"></script>

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="shortcut icon" href="/icons/favicon.ico">
<link rel="manifest" href="/site.webmanifest">

<link rel="stylesheet" href="/lib/fontawesome-5-10-1/css/all.min.css">
<link rel="stylesheet" href="/lib/bootstrap-4.4.1/css/bootstrap.min.css">

<link rel="stylesheet" href="/dccs/css/dccs.css">
<link rel="stylesheet" href="/dccs/css/properties.css">
<link rel="stylesheet" href="/infra/css/common-player.css">
<link rel="stylesheet" href="/infra/css/common-author.css">

<script src="/author/js/dcc-author-server-proxy.js"></script>

<script src="/author/js/create.js"></script>
<script src="/author/js/template-case.js"></script>
<script src="/author/js/draft.js"></script>
</head>

<body>
<script>
Basic.service.rootPath = '../../'
</script>
<!-- Login/logout header -->
<dcc-include src="/author/partials/header.html"></dcc-include>
<!-- Create a section to place page content -->

<main role="main">
<div class="d-flex flex-column vh-100 vw-100 home-author-padding hidden-overflow">
<!-- Create breadcrumbs -->
<div class="ml-4 mr-auto zindex-fixed author-breadcrumb" >
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Welcome</a></li>
<li class="breadcrumb-item active" aria-current="page">Home</li>
</ol>
</nav>
</div>
<!-- End of breadcrumbs -->
<div class="h-100 w-100 home-content-padding">
<div class="home-text mb-5">
<p>Oficinas</p>
</div>
<div class="home-text">
<p>Entre no grupo que for indicado para você</p>
</div>
<div class="d-flex h-50 w-100" id="home-btn-container">
<a href="https://jacinto.harena.org/player/case/?id=e6769406-a66e-4a6f-9b92-d55fb84f7f4b" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box">
<img src="/player/env/images/idn-health.png" width="300px">
</a>
<a href="https://jacinto.harena.org/player/case/?id=e9b4b7e8-3490-4903-8025-26024f61a6f9" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box">
<img src="/player/env/images/idn-oraculo.png" width="300px">
</a>
</div>
</div>
</div>
</main>
<!-- end of div /.container -->

</body>
</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/adonisjs/public/player/env/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@
<div class="home-text">
<p>Escolha a Sua Oficina</p>
</div>
<div class="d-flex h-50 w-100" id="home-btn-container">
<a href="https://jacinto.harena.org/player/case/?id=e6769406-a66e-4a6f-9b92-d55fb84f7f4b" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box">
<img src="/player/env/images/idn-health.png" width="300px">
</a>
<a href="https://jacinto.harena.org/player/case/?id=e9b4b7e8-3490-4903-8025-26024f61a6f9" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box">
<img src="/player/env/images/idn-oraculo.png" width="300px">
</a>
</div>
<div class="d-flex h-50 w-100" id="home-btn-container">
<a href="/player/case/?id=4d28a7d1-11fe-42ed-9665-201a487f2275&room=2dcc1f39-85e6-4cfe-9539-58145f6cc98b" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box" target="_blank">
<img src="/player/env/images/mutantes-introducao.png" width="300px">
Expand Down
2 changes: 1 addition & 1 deletion src/adonisjs/public/user/js/user-signup.js
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ class UserSignup {
// window.location.href = "/player/case/?id=8b969606-ad6b-4772-a8e8-f15ae8033e0e&room=f2ef57a5-7c71-4fd9-9fd5-69448020c981"
// window.location.href = "/player/case/?id=164e49f9-fee2-49dc-aa16-53bf7cf3ea97&room=2dcc1f39-85e6-4cfe-9539-58145f6cc98b"
// window.location.href = '/player/env/teacher.html'
window.location.href = 'https://jacinto.harena.org/player/case/?id=ed7675f4-0fde-4c55-bbfb-e37c1f7dcdd9&list=plain'
window.location.href = '/player/env/idn.html'
}

async _experimentStartSWE () {
Expand Down