thinkwee commited on
Commit
22e4ecb
·
1 Parent(s): a8b71f1

update heros

Browse files
Files changed (3) hide show
  1. assets/social_preview.png +3 -0
  2. index.html +2 -1
  3. styles.css +9 -0
assets/social_preview.png ADDED

Git LFS Details

  • SHA256: eac1d0dafbb09556fd002f3915c4bcfbfdeee10590a9350c39d5e7b05ee4b677
  • Pointer size: 131 Bytes
  • Size of remote file: 703 kB
index.html CHANGED
@@ -55,7 +55,8 @@
55
  <body>
56
  <header class="hero">
57
  <div class="hero-content">
58
- <h1><img src="assets/logo.png" alt="DDR-Bench Logo" class="title-logo">DDR-Bench</h1>
 
59
  <h2>Hunt Instead of Wait: Evaluating Deep Data Research on Large Language Models</h2>
60
  <p class="description">
61
  We distinguish <em>investigatory intelligence</em> (autonomously setting goals and exploring) from
 
55
  <body>
56
  <header class="hero">
57
  <div class="hero-content">
58
+ <!-- <h1><img src="assets/logo.png" alt="DDR-Bench Logo" class="title-logo">DDR-Bench</h1> -->
59
+ <img src="assets/social_preview.png" alt="DDR-Bench - Deep Data Research" class="hero-preview-img">
60
  <h2>Hunt Instead of Wait: Evaluating Deep Data Research on Large Language Models</h2>
61
  <p class="description">
62
  We distinguish <em>investigatory intelligence</em> (autonomously setting goals and exploring) from
styles.css CHANGED
@@ -97,6 +97,15 @@ img {
97
  text-align: center;
98
  }
99
 
 
 
 
 
 
 
 
 
 
100
  .hero-content {
101
  max-width: 1200px;
102
  margin: 0 auto;
 
97
  text-align: center;
98
  }
99
 
100
+ .hero-preview-img {
101
+ max-width: 600px;
102
+ width: 80%;
103
+ height: auto;
104
+ margin: var(--space-lg) auto;
105
+ display: block;
106
+ border-radius: var(--radius-md);
107
+ }
108
+
109
  .hero-content {
110
  max-width: 1200px;
111
  margin: 0 auto;